7#include <aws/agent-registry-control/AgentRegistryControl_EXPORTS.h>
8#include <aws/agent-registry-control/model/ApprovalConfiguration.h>
9#include <aws/agent-registry-control/model/DiscoveryConfiguration.h>
10#include <aws/agent-registry-control/model/RegistryStatus.h>
11#include <aws/core/http/HttpResponse.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace 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));
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
78 template <
typename RegistryIdT = Aws::String>
80 m_registryIdHasBeenSet =
true;
81 m_registryId = std::forward<RegistryIdT>(value);
83 template <
typename RegistryIdT = Aws::String>
95 template <
typename RegistryArnT = Aws::String>
97 m_registryArnHasBeenSet =
true;
98 m_registryArn = std::forward<RegistryArnT>(value);
100 template <
typename RegistryArnT = Aws::String>
112 template <
typename DiscoveryConfigurationT = DiscoveryConfiguration>
114 m_discoveryConfigurationHasBeenSet =
true;
115 m_discoveryConfiguration = std::forward<DiscoveryConfigurationT>(value);
117 template <
typename DiscoveryConfigurationT = DiscoveryConfiguration>
129 template <
typename ApprovalConfigurationT = ApprovalConfiguration>
131 m_approvalConfigurationHasBeenSet =
true;
132 m_approvalConfiguration = std::forward<ApprovalConfigurationT>(value);
134 template <
typename ApprovalConfigurationT = ApprovalConfiguration>
147 m_statusHasBeenSet =
true;
162 template <
typename StatusReasonT = Aws::String>
164 m_statusReasonHasBeenSet =
true;
165 m_statusReason = std::forward<StatusReasonT>(value);
167 template <
typename StatusReasonT = Aws::String>
179 template <
typename CreatedAtT = Aws::Utils::DateTime>
181 m_createdAtHasBeenSet =
true;
182 m_createdAt = std::forward<CreatedAtT>(value);
184 template <
typename CreatedAtT = Aws::Utils::DateTime>
196 template <
typename UpdatedAtT = Aws::Utils::DateTime>
198 m_updatedAtHasBeenSet =
true;
199 m_updatedAt = std::forward<UpdatedAtT>(value);
201 template <
typename UpdatedAtT = Aws::Utils::DateTime>
211 template <
typename RequestIdT = Aws::String>
213 m_requestIdHasBeenSet =
true;
214 m_requestId = std::forward<RequestIdT>(value);
216 template <
typename RequestIdT = Aws::String>
247 bool m_nameHasBeenSet =
false;
248 bool m_descriptionHasBeenSet =
false;
249 bool m_registryIdHasBeenSet =
false;
250 bool m_registryArnHasBeenSet =
false;
251 bool m_discoveryConfigurationHasBeenSet =
false;
252 bool m_approvalConfigurationHasBeenSet =
false;
253 bool m_statusHasBeenSet =
false;
254 bool m_statusReasonHasBeenSet =
false;
255 bool m_createdAtHasBeenSet =
false;
256 bool m_updatedAtHasBeenSet =
false;
257 bool m_requestIdHasBeenSet =
false;
void SetStatus(RegistryStatus value)
const ApprovalConfiguration & GetApprovalConfiguration() const
void SetCreatedAt(CreatedAtT &&value)
GetRegistryResult & WithStatusReason(StatusReasonT &&value)
void SetDescription(DescriptionT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetRegistryArn(RegistryArnT &&value)
GetRegistryResult & WithDescription(DescriptionT &&value)
void SetName(NameT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
GetRegistryResult & WithCreatedAt(CreatedAtT &&value)
GetRegistryResult & WithRegistryId(RegistryIdT &&value)
void SetRegistryId(RegistryIdT &&value)
void SetApprovalConfiguration(ApprovalConfigurationT &&value)
const Aws::String & GetRegistryArn() const
GetRegistryResult & WithApprovalConfiguration(ApprovalConfigurationT &&value)
AWS_AGENTREGISTRYCONTROL_API GetRegistryResult()=default
void SetDiscoveryConfiguration(DiscoveryConfigurationT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
GetRegistryResult & WithUpdatedAt(UpdatedAtT &&value)
GetRegistryResult & WithDiscoveryConfiguration(DiscoveryConfigurationT &&value)
GetRegistryResult & WithName(NameT &&value)
GetRegistryResult & WithRequestId(RequestIdT &&value)
RegistryStatus GetStatus() const
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetDescription() const
AWS_AGENTREGISTRYCONTROL_API GetRegistryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRegistryId() const
const DiscoveryConfiguration & GetDiscoveryConfiguration() const
AWS_AGENTREGISTRYCONTROL_API GetRegistryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRegistryResult & WithStatus(RegistryStatus value)
const Aws::String & GetStatusReason() const
void SetStatusReason(StatusReasonT &&value)
GetRegistryResult & WithRegistryArn(RegistryArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue