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/AutoDetection.h>
10#include <aws/agent-registry-control/model/DiscoveryConfiguration.h>
11#include <aws/agent-registry-control/model/EncryptionConfiguration.h>
12#include <aws/agent-registry-control/model/RegistryStatus.h>
13#include <aws/core/http/HttpResponse.h>
14#include <aws/core/utils/DateTime.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace AgentRegistryControl {
46 template <
typename NameT = Aws::String>
48 m_nameHasBeenSet =
true;
49 m_name = std::forward<NameT>(value);
51 template <
typename NameT = Aws::String>
53 SetName(std::forward<NameT>(value));
63 template <
typename DescriptionT = Aws::String>
65 m_descriptionHasBeenSet =
true;
66 m_description = std::forward<DescriptionT>(value);
68 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>
97 template <
typename RegistryArnT = Aws::String>
99 m_registryArnHasBeenSet =
true;
100 m_registryArn = std::forward<RegistryArnT>(value);
102 template <
typename RegistryArnT = Aws::String>
114 template <
typename DiscoveryConfigurationT = DiscoveryConfiguration>
116 m_discoveryConfigurationHasBeenSet =
true;
117 m_discoveryConfiguration = std::forward<DiscoveryConfigurationT>(value);
119 template <
typename DiscoveryConfigurationT = DiscoveryConfiguration>
132 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
134 m_encryptionConfigurationHasBeenSet =
true;
135 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
137 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
149 template <
typename ApprovalConfigurationT = ApprovalConfiguration>
151 m_approvalConfigurationHasBeenSet =
true;
152 m_approvalConfiguration = std::forward<ApprovalConfigurationT>(value);
154 template <
typename ApprovalConfigurationT = ApprovalConfiguration>
167 m_statusHasBeenSet =
true;
182 template <
typename StatusReasonT = Aws::String>
184 m_statusReasonHasBeenSet =
true;
185 m_statusReason = std::forward<StatusReasonT>(value);
187 template <
typename StatusReasonT = Aws::String>
201 template <
typename AutoDetectionT = AutoDetection>
203 m_autoDetectionHasBeenSet =
true;
204 m_autoDetection = std::forward<AutoDetectionT>(value);
206 template <
typename AutoDetectionT = AutoDetection>
218 template <
typename CreatedAtT = Aws::Utils::DateTime>
220 m_createdAtHasBeenSet =
true;
221 m_createdAt = std::forward<CreatedAtT>(value);
223 template <
typename CreatedAtT = Aws::Utils::DateTime>
235 template <
typename UpdatedAtT = Aws::Utils::DateTime>
237 m_updatedAtHasBeenSet =
true;
238 m_updatedAt = std::forward<UpdatedAtT>(value);
240 template <
typename UpdatedAtT = Aws::Utils::DateTime>
250 template <
typename RequestIdT = Aws::String>
252 m_requestIdHasBeenSet =
true;
253 m_requestId = std::forward<RequestIdT>(value);
255 template <
typename RequestIdT = Aws::String>
282 AutoDetection m_autoDetection;
290 bool m_nameHasBeenSet =
false;
291 bool m_descriptionHasBeenSet =
false;
292 bool m_registryIdHasBeenSet =
false;
293 bool m_registryArnHasBeenSet =
false;
294 bool m_discoveryConfigurationHasBeenSet =
false;
295 bool m_encryptionConfigurationHasBeenSet =
false;
296 bool m_approvalConfigurationHasBeenSet =
false;
297 bool m_statusHasBeenSet =
false;
298 bool m_statusReasonHasBeenSet =
false;
299 bool m_autoDetectionHasBeenSet =
false;
300 bool m_createdAtHasBeenSet =
false;
301 bool m_updatedAtHasBeenSet =
false;
302 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetStatusReason() const
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
void SetStatusReason(StatusReasonT &&value)
AWS_AGENTREGISTRYCONTROL_API UpdateRegistryResult()=default
UpdateRegistryResult & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
void SetApprovalConfiguration(ApprovalConfigurationT &&value)
const Aws::String & GetName() const
void SetAutoDetection(AutoDetectionT &&value)
RegistryStatus GetStatus() const
UpdateRegistryResult & WithRegistryId(RegistryIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
UpdateRegistryResult & WithUpdatedAt(UpdatedAtT &&value)
const EncryptionConfiguration & GetEncryptionConfiguration() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
UpdateRegistryResult & WithApprovalConfiguration(ApprovalConfigurationT &&value)
const Aws::String & GetRegistryId() const
AWS_AGENTREGISTRYCONTROL_API UpdateRegistryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRegistryArn(RegistryArnT &&value)
const Aws::String & GetRegistryArn() const
UpdateRegistryResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
UpdateRegistryResult & WithDiscoveryConfiguration(DiscoveryConfigurationT &&value)
const AutoDetection & GetAutoDetection() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_AGENTREGISTRYCONTROL_API UpdateRegistryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ApprovalConfiguration & GetApprovalConfiguration() const
UpdateRegistryResult & WithCreatedAt(CreatedAtT &&value)
void SetStatus(RegistryStatus value)
void SetName(NameT &&value)
UpdateRegistryResult & WithRegistryArn(RegistryArnT &&value)
UpdateRegistryResult & WithStatus(RegistryStatus value)
UpdateRegistryResult & WithAutoDetection(AutoDetectionT &&value)
void SetRegistryId(RegistryIdT &&value)
const Aws::String & GetDescription() const
UpdateRegistryResult & WithStatusReason(StatusReasonT &&value)
const DiscoveryConfiguration & GetDiscoveryConfiguration() const
void SetDiscoveryConfiguration(DiscoveryConfigurationT &&value)
UpdateRegistryResult & WithDescription(DescriptionT &&value)
UpdateRegistryResult & WithName(NameT &&value)
void SetCreatedAt(CreatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue