7#include <aws/agent-registry-control/AgentRegistryControl_EXPORTS.h>
8#include <aws/agent-registry-control/model/AutoDetection.h>
9#include <aws/agent-registry-control/model/DiscoveryConfiguration.h>
10#include <aws/agent-registry-control/model/RegistryStatus.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
23namespace AgentRegistryControl {
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename DescriptionT = Aws::String>
64 m_descriptionHasBeenSet =
true;
65 m_description = std::forward<DescriptionT>(value);
67 template <
typename DescriptionT = Aws::String>
80 template <
typename RegistryIdT = Aws::String>
82 m_registryIdHasBeenSet =
true;
83 m_registryId = std::forward<RegistryIdT>(value);
85 template <
typename RegistryIdT = Aws::String>
98 template <
typename RegistryArnT = Aws::String>
100 m_registryArnHasBeenSet =
true;
101 m_registryArn = std::forward<RegistryArnT>(value);
103 template <
typename RegistryArnT = Aws::String>
116 template <
typename DiscoveryConfigurationT = DiscoveryConfiguration>
118 m_discoveryConfigurationHasBeenSet =
true;
119 m_discoveryConfiguration = std::forward<DiscoveryConfigurationT>(value);
121 template <
typename DiscoveryConfigurationT = DiscoveryConfiguration>
135 m_statusHasBeenSet =
true;
151 template <
typename StatusReasonT = Aws::String>
153 m_statusReasonHasBeenSet =
true;
154 m_statusReason = std::forward<StatusReasonT>(value);
156 template <
typename StatusReasonT = Aws::String>
171 template <
typename AutoDetectionT = AutoDetection>
173 m_autoDetectionHasBeenSet =
true;
174 m_autoDetection = std::forward<AutoDetectionT>(value);
176 template <
typename AutoDetectionT = AutoDetection>
189 template <
typename CreatedAtT = Aws::Utils::DateTime>
191 m_createdAtHasBeenSet =
true;
192 m_createdAt = std::forward<CreatedAtT>(value);
194 template <
typename CreatedAtT = Aws::Utils::DateTime>
207 template <
typename UpdatedAtT = Aws::Utils::DateTime>
209 m_updatedAtHasBeenSet =
true;
210 m_updatedAt = std::forward<UpdatedAtT>(value);
212 template <
typename UpdatedAtT = Aws::Utils::DateTime>
233 AutoDetection m_autoDetection;
238 bool m_nameHasBeenSet =
false;
239 bool m_descriptionHasBeenSet =
false;
240 bool m_registryIdHasBeenSet =
false;
241 bool m_registryArnHasBeenSet =
false;
242 bool m_discoveryConfigurationHasBeenSet =
false;
243 bool m_statusHasBeenSet =
false;
244 bool m_statusReasonHasBeenSet =
false;
245 bool m_autoDetectionHasBeenSet =
false;
246 bool m_createdAtHasBeenSet =
false;
247 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)
RegistrySummary & WithAutoDetection(AutoDetectionT &&value)
bool CreatedAtHasBeenSet() const
bool AutoDetectionHasBeenSet() const
void SetAutoDetection(AutoDetectionT &&value)
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 AutoDetection & GetAutoDetection() 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