7#include <aws/agent-registry-control/AgentRegistryControl_EXPORTS.h>
8#include <aws/agent-registry-control/model/DiscoveryConfiguration.h>
9#include <aws/agent-registry-control/model/RegistryStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
22namespace AgentRegistryControl {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
79 template <
typename RegistryIdT = Aws::String>
81 m_registryIdHasBeenSet =
true;
82 m_registryId = std::forward<RegistryIdT>(value);
84 template <
typename RegistryIdT = Aws::String>
97 template <
typename RegistryArnT = Aws::String>
99 m_registryArnHasBeenSet =
true;
100 m_registryArn = std::forward<RegistryArnT>(value);
102 template <
typename RegistryArnT = Aws::String>
115 template <
typename DiscoveryConfigurationT = DiscoveryConfiguration>
117 m_discoveryConfigurationHasBeenSet =
true;
118 m_discoveryConfiguration = std::forward<DiscoveryConfigurationT>(value);
120 template <
typename DiscoveryConfigurationT = DiscoveryConfiguration>
134 m_statusHasBeenSet =
true;
150 template <
typename StatusReasonT = Aws::String>
152 m_statusReasonHasBeenSet =
true;
153 m_statusReason = std::forward<StatusReasonT>(value);
155 template <
typename StatusReasonT = Aws::String>
168 template <
typename CreatedAtT = Aws::Utils::DateTime>
170 m_createdAtHasBeenSet =
true;
171 m_createdAt = std::forward<CreatedAtT>(value);
173 template <
typename CreatedAtT = Aws::Utils::DateTime>
186 template <
typename UpdatedAtT = Aws::Utils::DateTime>
188 m_updatedAtHasBeenSet =
true;
189 m_updatedAt = std::forward<UpdatedAtT>(value);
191 template <
typename UpdatedAtT = Aws::Utils::DateTime>
215 bool m_nameHasBeenSet =
false;
216 bool m_descriptionHasBeenSet =
false;
217 bool m_registryIdHasBeenSet =
false;
218 bool m_registryArnHasBeenSet =
false;
219 bool m_discoveryConfigurationHasBeenSet =
false;
220 bool m_statusHasBeenSet =
false;
221 bool m_statusReasonHasBeenSet =
false;
222 bool m_createdAtHasBeenSet =
false;
223 bool m_updatedAtHasBeenSet =
false;
void SetStatus(RegistryStatus value)
RegistrySummary & WithUpdatedAt(UpdatedAtT &&value)
bool UpdatedAtHasBeenSet() const
bool DescriptionHasBeenSet() const
const DiscoveryConfiguration & GetDiscoveryConfiguration() const
void SetUpdatedAt(UpdatedAtT &&value)
RegistryStatus GetStatus() const
bool NameHasBeenSet() const
void SetRegistryId(RegistryIdT &&value)
RegistrySummary & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
RegistrySummary & WithStatus(RegistryStatus value)
RegistrySummary & WithDiscoveryConfiguration(DiscoveryConfigurationT &&value)
void SetStatusReason(StatusReasonT &&value)
bool CreatedAtHasBeenSet() const
void SetRegistryArn(RegistryArnT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetName() const
RegistrySummary & WithName(NameT &&value)
bool RegistryIdHasBeenSet() const
AWS_AGENTREGISTRYCONTROL_API RegistrySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
AWS_AGENTREGISTRYCONTROL_API RegistrySummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRegistryArn() const
RegistrySummary & WithRegistryArn(RegistryArnT &&value)
AWS_AGENTREGISTRYCONTROL_API RegistrySummary()=default
bool StatusHasBeenSet() const
bool StatusReasonHasBeenSet() const
RegistrySummary & WithRegistryId(RegistryIdT &&value)
bool RegistryArnHasBeenSet() const
void SetDiscoveryConfiguration(DiscoveryConfigurationT &&value)
bool DiscoveryConfigurationHasBeenSet() const
RegistrySummary & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetRegistryId() const
const Aws::String & GetStatusReason() const
RegistrySummary & WithStatusReason(StatusReasonT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue