7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/opensearch/model/ClusterConfig.h>
11#include <aws/opensearch/model/EBSOptions.h>
12#include <aws/opensearch/model/IPAddressType.h>
13#include <aws/opensearch/model/SnapshotOptions.h>
14#include <aws/opensearch/model/VPCDerivedInfo.h>
15#include <aws/opensearch/model/CognitoOptions.h>
16#include <aws/opensearch/model/EncryptionAtRestOptions.h>
17#include <aws/opensearch/model/NodeToNodeEncryptionOptions.h>
18#include <aws/opensearch/model/ServiceSoftwareOptions.h>
19#include <aws/opensearch/model/DomainEndpointOptions.h>
20#include <aws/opensearch/model/AdvancedSecurityOptions.h>
21#include <aws/opensearch/model/IdentityCenterOptions.h>
22#include <aws/opensearch/model/AutoTuneOptionsOutput.h>
23#include <aws/opensearch/model/ChangeProgressDetails.h>
24#include <aws/opensearch/model/OffPeakWindowOptions.h>
25#include <aws/opensearch/model/SoftwareUpdateOptions.h>
26#include <aws/opensearch/model/DomainProcessingStatusType.h>
27#include <aws/core/utils/memory/stl/AWSVector.h>
28#include <aws/opensearch/model/AIMLOptionsOutput.h>
29#include <aws/opensearch/model/LogType.h>
30#include <aws/opensearch/model/LogPublishingOption.h>
31#include <aws/opensearch/model/ModifyingProperties.h>
44namespace OpenSearchService
70 template<
typename DomainIdT = Aws::String>
71 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
72 template<
typename DomainIdT = Aws::String>
83 template<
typename DomainNameT = Aws::String>
84 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
85 template<
typename DomainNameT = Aws::String>
98 template<
typename ARNT = Aws::String>
99 void SetARN(ARNT&& value) { m_aRNHasBeenSet =
true; m_aRN = std::forward<ARNT>(value); }
100 template<
typename ARNT = Aws::String>
111 inline void SetCreated(
bool value) { m_createdHasBeenSet =
true; m_created = value; }
123 inline void SetDeleted(
bool value) { m_deletedHasBeenSet =
true; m_deleted = value; }
134 template<
typename Endpo
intT = Aws::String>
135 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
136 template<
typename Endpo
intT = Aws::String>
149 template<
typename Endpo
intV2T = Aws::String>
150 void SetEndpointV2(EndpointV2T&& value) { m_endpointV2HasBeenSet =
true; m_endpointV2 = std::forward<EndpointV2T>(value); }
151 template<
typename Endpo
intV2T = Aws::String>
166 template<
typename Endpo
intsT = Aws::Map<Aws::String, Aws::String>>
167 void SetEndpoints(EndpointsT&& value) { m_endpointsHasBeenSet =
true; m_endpoints = std::forward<EndpointsT>(value); }
168 template<
typename Endpo
intsT = Aws::Map<Aws::String, Aws::String>>
170 template<
typename Endpo
intsKeyT = Aws::String,
typename Endpo
intsValueT = Aws::String>
172 m_endpointsHasBeenSet =
true; m_endpoints.emplace(std::forward<EndpointsKeyT>(key), std::forward<EndpointsValueT>(value));
return *
this;
182 template<
typename DomainEndpo
intV2HostedZoneIdT = Aws::String>
183 void SetDomainEndpointV2HostedZoneId(DomainEndpointV2HostedZoneIdT&& value) { m_domainEndpointV2HostedZoneIdHasBeenSet =
true; m_domainEndpointV2HostedZoneId = std::forward<DomainEndpointV2HostedZoneIdT>(value); }
184 template<
typename DomainEndpo
intV2HostedZoneIdT = Aws::String>
195 inline void SetProcessing(
bool value) { m_processingHasBeenSet =
true; m_processing = value; }
207 inline void SetUpgradeProcessing(
bool value) { m_upgradeProcessingHasBeenSet =
true; m_upgradeProcessing = value; }
218 template<
typename EngineVersionT = Aws::String>
219 void SetEngineVersion(EngineVersionT&& value) { m_engineVersionHasBeenSet =
true; m_engineVersion = std::forward<EngineVersionT>(value); }
220 template<
typename EngineVersionT = Aws::String>
230 template<
typename ClusterConfigT = ClusterConfig>
231 void SetClusterConfig(ClusterConfigT&& value) { m_clusterConfigHasBeenSet =
true; m_clusterConfig = std::forward<ClusterConfigT>(value); }
232 template<
typename ClusterConfigT = ClusterConfig>
242 template<
typename EBSOptionsT = EBSOptions>
243 void SetEBSOptions(EBSOptionsT&& value) { m_eBSOptionsHasBeenSet =
true; m_eBSOptions = std::forward<EBSOptionsT>(value); }
244 template<
typename EBSOptionsT = EBSOptions>
255 template<
typename AccessPoliciesT = Aws::String>
256 void SetAccessPolicies(AccessPoliciesT&& value) { m_accessPoliciesHasBeenSet =
true; m_accessPolicies = std::forward<AccessPoliciesT>(value); }
257 template<
typename AccessPoliciesT = Aws::String>
278 template<
typename SnapshotOptionsT = SnapshotOptions>
279 void SetSnapshotOptions(SnapshotOptionsT&& value) { m_snapshotOptionsHasBeenSet =
true; m_snapshotOptions = std::forward<SnapshotOptionsT>(value); }
280 template<
typename SnapshotOptionsT = SnapshotOptions>
290 template<
typename VPCOptionsT = VPCDerivedInfo>
291 void SetVPCOptions(VPCOptionsT&& value) { m_vPCOptionsHasBeenSet =
true; m_vPCOptions = std::forward<VPCOptionsT>(value); }
292 template<
typename VPCOptionsT = VPCDerivedInfo>
303 template<
typename CognitoOptionsT = CognitoOptions>
304 void SetCognitoOptions(CognitoOptionsT&& value) { m_cognitoOptionsHasBeenSet =
true; m_cognitoOptions = std::forward<CognitoOptionsT>(value); }
305 template<
typename CognitoOptionsT = CognitoOptions>
315 template<
typename EncryptionAtRestOptionsT = EncryptionAtRestOptions>
316 void SetEncryptionAtRestOptions(EncryptionAtRestOptionsT&& value) { m_encryptionAtRestOptionsHasBeenSet =
true; m_encryptionAtRestOptions = std::forward<EncryptionAtRestOptionsT>(value); }
317 template<
typename EncryptionAtRestOptionsT = EncryptionAtRestOptions>
327 template<
typename NodeToNodeEncryptionOptionsT = NodeToNodeEncryptionOptions>
328 void SetNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT&& value) { m_nodeToNodeEncryptionOptionsHasBeenSet =
true; m_nodeToNodeEncryptionOptions = std::forward<NodeToNodeEncryptionOptionsT>(value); }
329 template<
typename NodeToNodeEncryptionOptionsT = NodeToNodeEncryptionOptions>
339 template<
typename AdvancedOptionsT = Aws::Map<Aws::String, Aws::String>>
340 void SetAdvancedOptions(AdvancedOptionsT&& value) { m_advancedOptionsHasBeenSet =
true; m_advancedOptions = std::forward<AdvancedOptionsT>(value); }
341 template<
typename AdvancedOptionsT = Aws::Map<Aws::String, Aws::String>>
343 template<
typename AdvancedOptionsKeyT = Aws::String,
typename AdvancedOptionsValueT = Aws::String>
345 m_advancedOptionsHasBeenSet =
true; m_advancedOptions.emplace(std::forward<AdvancedOptionsKeyT>(key), std::forward<AdvancedOptionsValueT>(value));
return *
this;
355 template<
typename LogPublishingOptionsT = Aws::Map<LogType, LogPublishingOption>>
356 void SetLogPublishingOptions(LogPublishingOptionsT&& value) { m_logPublishingOptionsHasBeenSet =
true; m_logPublishingOptions = std::forward<LogPublishingOptionsT>(value); }
357 template<
typename LogPublishingOptionsT = Aws::Map<LogType, LogPublishingOption>>
360 m_logPublishingOptionsHasBeenSet =
true; m_logPublishingOptions.emplace(key, value);
return *
this;
370 template<
typename ServiceSoftwareOptionsT = ServiceSoftwareOptions>
371 void SetServiceSoftwareOptions(ServiceSoftwareOptionsT&& value) { m_serviceSoftwareOptionsHasBeenSet =
true; m_serviceSoftwareOptions = std::forward<ServiceSoftwareOptionsT>(value); }
372 template<
typename ServiceSoftwareOptionsT = ServiceSoftwareOptions>
383 template<
typename DomainEndpo
intOptionsT = DomainEndpo
intOptions>
384 void SetDomainEndpointOptions(DomainEndpointOptionsT&& value) { m_domainEndpointOptionsHasBeenSet =
true; m_domainEndpointOptions = std::forward<DomainEndpointOptionsT>(value); }
385 template<
typename DomainEndpo
intOptionsT = DomainEndpo
intOptions>
395 template<
typename AdvancedSecurityOptionsT = AdvancedSecurityOptions>
396 void SetAdvancedSecurityOptions(AdvancedSecurityOptionsT&& value) { m_advancedSecurityOptionsHasBeenSet =
true; m_advancedSecurityOptions = std::forward<AdvancedSecurityOptionsT>(value); }
397 template<
typename AdvancedSecurityOptionsT = AdvancedSecurityOptions>
408 template<
typename IdentityCenterOptionsT = IdentityCenterOptions>
409 void SetIdentityCenterOptions(IdentityCenterOptionsT&& value) { m_identityCenterOptionsHasBeenSet =
true; m_identityCenterOptions = std::forward<IdentityCenterOptionsT>(value); }
410 template<
typename IdentityCenterOptionsT = IdentityCenterOptions>
420 template<
typename AutoTuneOptionsT = AutoTuneOptionsOutput>
421 void SetAutoTuneOptions(AutoTuneOptionsT&& value) { m_autoTuneOptionsHasBeenSet =
true; m_autoTuneOptions = std::forward<AutoTuneOptionsT>(value); }
422 template<
typename AutoTuneOptionsT = AutoTuneOptionsOutput>
432 template<
typename ChangeProgressDetailsT = ChangeProgressDetails>
433 void SetChangeProgressDetails(ChangeProgressDetailsT&& value) { m_changeProgressDetailsHasBeenSet =
true; m_changeProgressDetails = std::forward<ChangeProgressDetailsT>(value); }
434 template<
typename ChangeProgressDetailsT = ChangeProgressDetails>
445 template<
typename OffPeakWindowOptionsT = OffPeakWindowOptions>
446 void SetOffPeakWindowOptions(OffPeakWindowOptionsT&& value) { m_offPeakWindowOptionsHasBeenSet =
true; m_offPeakWindowOptions = std::forward<OffPeakWindowOptionsT>(value); }
447 template<
typename OffPeakWindowOptionsT = OffPeakWindowOptions>
457 template<
typename SoftwareUpdateOptionsT = SoftwareUpdateOptions>
458 void SetSoftwareUpdateOptions(SoftwareUpdateOptionsT&& value) { m_softwareUpdateOptionsHasBeenSet =
true; m_softwareUpdateOptions = std::forward<SoftwareUpdateOptionsT>(value); }
459 template<
typename SoftwareUpdateOptionsT = SoftwareUpdateOptions>
480 template<
typename ModifyingPropertiesT = Aws::Vector<ModifyingProperties>>
481 void SetModifyingProperties(ModifyingPropertiesT&& value) { m_modifyingPropertiesHasBeenSet =
true; m_modifyingProperties = std::forward<ModifyingPropertiesT>(value); }
482 template<
typename ModifyingPropertiesT = Aws::Vector<ModifyingProperties>>
484 template<
typename ModifyingPropertiesT = ModifyingProperties>
485 DomainStatus&
AddModifyingProperties(ModifyingPropertiesT&& value) { m_modifyingPropertiesHasBeenSet =
true; m_modifyingProperties.emplace_back(std::forward<ModifyingPropertiesT>(value));
return *
this; }
495 template<
typename AIMLOptionsT = AIMLOptionsOutput>
496 void SetAIMLOptions(AIMLOptionsT&& value) { m_aIMLOptionsHasBeenSet =
true; m_aIMLOptions = std::forward<AIMLOptionsT>(value); }
497 template<
typename AIMLOptionsT = AIMLOptionsOutput>
503 bool m_domainIdHasBeenSet =
false;
506 bool m_domainNameHasBeenSet =
false;
509 bool m_aRNHasBeenSet =
false;
511 bool m_created{
false};
512 bool m_createdHasBeenSet =
false;
514 bool m_deleted{
false};
515 bool m_deletedHasBeenSet =
false;
518 bool m_endpointHasBeenSet =
false;
521 bool m_endpointV2HasBeenSet =
false;
524 bool m_endpointsHasBeenSet =
false;
527 bool m_domainEndpointV2HostedZoneIdHasBeenSet =
false;
529 bool m_processing{
false};
530 bool m_processingHasBeenSet =
false;
532 bool m_upgradeProcessing{
false};
533 bool m_upgradeProcessingHasBeenSet =
false;
536 bool m_engineVersionHasBeenSet =
false;
538 ClusterConfig m_clusterConfig;
539 bool m_clusterConfigHasBeenSet =
false;
541 EBSOptions m_eBSOptions;
542 bool m_eBSOptionsHasBeenSet =
false;
545 bool m_accessPoliciesHasBeenSet =
false;
548 bool m_iPAddressTypeHasBeenSet =
false;
550 SnapshotOptions m_snapshotOptions;
551 bool m_snapshotOptionsHasBeenSet =
false;
553 VPCDerivedInfo m_vPCOptions;
554 bool m_vPCOptionsHasBeenSet =
false;
556 CognitoOptions m_cognitoOptions;
557 bool m_cognitoOptionsHasBeenSet =
false;
559 EncryptionAtRestOptions m_encryptionAtRestOptions;
560 bool m_encryptionAtRestOptionsHasBeenSet =
false;
562 NodeToNodeEncryptionOptions m_nodeToNodeEncryptionOptions;
563 bool m_nodeToNodeEncryptionOptionsHasBeenSet =
false;
566 bool m_advancedOptionsHasBeenSet =
false;
569 bool m_logPublishingOptionsHasBeenSet =
false;
571 ServiceSoftwareOptions m_serviceSoftwareOptions;
572 bool m_serviceSoftwareOptionsHasBeenSet =
false;
574 DomainEndpointOptions m_domainEndpointOptions;
575 bool m_domainEndpointOptionsHasBeenSet =
false;
577 AdvancedSecurityOptions m_advancedSecurityOptions;
578 bool m_advancedSecurityOptionsHasBeenSet =
false;
580 IdentityCenterOptions m_identityCenterOptions;
581 bool m_identityCenterOptionsHasBeenSet =
false;
583 AutoTuneOptionsOutput m_autoTuneOptions;
584 bool m_autoTuneOptionsHasBeenSet =
false;
586 ChangeProgressDetails m_changeProgressDetails;
587 bool m_changeProgressDetailsHasBeenSet =
false;
589 OffPeakWindowOptions m_offPeakWindowOptions;
590 bool m_offPeakWindowOptionsHasBeenSet =
false;
592 SoftwareUpdateOptions m_softwareUpdateOptions;
593 bool m_softwareUpdateOptionsHasBeenSet =
false;
596 bool m_domainProcessingStatusHasBeenSet =
false;
599 bool m_modifyingPropertiesHasBeenSet =
false;
601 AIMLOptionsOutput m_aIMLOptions;
602 bool m_aIMLOptionsHasBeenSet =
false;
void SetOffPeakWindowOptions(OffPeakWindowOptionsT &&value)
const AutoTuneOptionsOutput & GetAutoTuneOptions() const
bool EndpointsHasBeenSet() const
DomainStatus & WithEncryptionAtRestOptions(EncryptionAtRestOptionsT &&value)
DomainStatus & WithSnapshotOptions(SnapshotOptionsT &&value)
void SetVPCOptions(VPCOptionsT &&value)
DomainStatus & WithVPCOptions(VPCOptionsT &&value)
DomainStatus & WithCreated(bool value)
bool ModifyingPropertiesHasBeenSet() const
bool NodeToNodeEncryptionOptionsHasBeenSet() const
void SetIdentityCenterOptions(IdentityCenterOptionsT &&value)
DomainStatus & WithServiceSoftwareOptions(ServiceSoftwareOptionsT &&value)
DomainStatus & WithChangeProgressDetails(ChangeProgressDetailsT &&value)
DomainStatus & AddEndpoints(EndpointsKeyT &&key, EndpointsValueT &&value)
void SetDomainProcessingStatus(DomainProcessingStatusType value)
void SetCreated(bool value)
bool EngineVersionHasBeenSet() const
const EBSOptions & GetEBSOptions() const
bool EBSOptionsHasBeenSet() const
void SetServiceSoftwareOptions(ServiceSoftwareOptionsT &&value)
DomainStatus & WithEngineVersion(EngineVersionT &&value)
void SetAdvancedOptions(AdvancedOptionsT &&value)
DomainStatus & WithEndpoint(EndpointT &&value)
DomainStatus & WithProcessing(bool value)
void SetEncryptionAtRestOptions(EncryptionAtRestOptionsT &&value)
DomainStatus & WithDomainEndpointV2HostedZoneId(DomainEndpointV2HostedZoneIdT &&value)
void SetEndpointV2(EndpointV2T &&value)
const Aws::Map< Aws::String, Aws::String > & GetAdvancedOptions() const
void SetNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT &&value)
DomainStatus & AddLogPublishingOptions(LogType key, LogPublishingOption value)
const Aws::String & GetAccessPolicies() const
const Aws::String & GetDomainEndpointV2HostedZoneId() const
DomainStatus & WithCognitoOptions(CognitoOptionsT &&value)
bool AdvancedOptionsHasBeenSet() const
bool DomainEndpointV2HostedZoneIdHasBeenSet() const
bool IPAddressTypeHasBeenSet() const
bool ServiceSoftwareOptionsHasBeenSet() const
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEndpoint(EndpointT &&value)
DomainStatus & AddAdvancedOptions(AdvancedOptionsKeyT &&key, AdvancedOptionsValueT &&value)
DomainStatus & WithNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT &&value)
void SetDomainName(DomainNameT &&value)
bool AccessPoliciesHasBeenSet() const
const VPCDerivedInfo & GetVPCOptions() const
DomainStatus & WithDomainName(DomainNameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetEndpoints() const
bool DeletedHasBeenSet() const
bool AutoTuneOptionsHasBeenSet() const
AWS_OPENSEARCHSERVICE_API DomainStatus(Aws::Utils::Json::JsonView jsonValue)
const NodeToNodeEncryptionOptions & GetNodeToNodeEncryptionOptions() const
DomainStatus & AddModifyingProperties(ModifyingPropertiesT &&value)
bool CreatedHasBeenSet() const
bool UpgradeProcessingHasBeenSet() const
IPAddressType GetIPAddressType() const
bool OffPeakWindowOptionsHasBeenSet() const
DomainStatus & WithDomainProcessingStatus(DomainProcessingStatusType value)
DomainStatus & WithSoftwareUpdateOptions(SoftwareUpdateOptionsT &&value)
bool EndpointHasBeenSet() const
const SnapshotOptions & GetSnapshotOptions() const
bool ProcessingHasBeenSet() const
void SetClusterConfig(ClusterConfigT &&value)
void SetAutoTuneOptions(AutoTuneOptionsT &&value)
void SetLogPublishingOptions(LogPublishingOptionsT &&value)
const Aws::Vector< ModifyingProperties > & GetModifyingProperties() const
bool VPCOptionsHasBeenSet() const
void SetAIMLOptions(AIMLOptionsT &&value)
bool DomainNameHasBeenSet() const
void SetCognitoOptions(CognitoOptionsT &&value)
bool LogPublishingOptionsHasBeenSet() const
DomainStatus & WithEndpointV2(EndpointV2T &&value)
bool DomainEndpointOptionsHasBeenSet() const
bool EncryptionAtRestOptionsHasBeenSet() const
void SetDeleted(bool value)
void SetDomainId(DomainIdT &&value)
void SetChangeProgressDetails(ChangeProgressDetailsT &&value)
void SetUpgradeProcessing(bool value)
bool ClusterConfigHasBeenSet() const
DomainStatus & WithDeleted(bool value)
const IdentityCenterOptions & GetIdentityCenterOptions() const
const AdvancedSecurityOptions & GetAdvancedSecurityOptions() const
bool AIMLOptionsHasBeenSet() const
bool ARNHasBeenSet() const
DomainStatus & WithDomainId(DomainIdT &&value)
const DomainEndpointOptions & GetDomainEndpointOptions() const
DomainStatus & WithAIMLOptions(AIMLOptionsT &&value)
bool DomainProcessingStatusHasBeenSet() const
AWS_OPENSEARCHSERVICE_API DomainStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
const AIMLOptionsOutput & GetAIMLOptions() const
bool GetUpgradeProcessing() const
const OffPeakWindowOptions & GetOffPeakWindowOptions() const
DomainStatus & WithModifyingProperties(ModifyingPropertiesT &&value)
void SetDomainEndpointOptions(DomainEndpointOptionsT &&value)
const EncryptionAtRestOptions & GetEncryptionAtRestOptions() const
void SetEBSOptions(EBSOptionsT &&value)
bool GetProcessing() const
void SetARN(ARNT &&value)
DomainStatus & WithAutoTuneOptions(AutoTuneOptionsT &&value)
DomainProcessingStatusType GetDomainProcessingStatus() const
bool CognitoOptionsHasBeenSet() const
DomainStatus & WithUpgradeProcessing(bool value)
const Aws::String & GetEndpointV2() const
const Aws::Map< LogType, LogPublishingOption > & GetLogPublishingOptions() const
DomainStatus & WithOffPeakWindowOptions(OffPeakWindowOptionsT &&value)
bool ChangeProgressDetailsHasBeenSet() const
DomainStatus & WithLogPublishingOptions(LogPublishingOptionsT &&value)
void SetAdvancedSecurityOptions(AdvancedSecurityOptionsT &&value)
void SetIPAddressType(IPAddressType value)
const ChangeProgressDetails & GetChangeProgressDetails() const
void SetDomainEndpointV2HostedZoneId(DomainEndpointV2HostedZoneIdT &&value)
void SetEndpoints(EndpointsT &&value)
DomainStatus & WithDomainEndpointOptions(DomainEndpointOptionsT &&value)
bool DomainIdHasBeenSet() const
DomainStatus & WithIdentityCenterOptions(IdentityCenterOptionsT &&value)
DomainStatus & WithAccessPolicies(AccessPoliciesT &&value)
DomainStatus & WithEBSOptions(EBSOptionsT &&value)
bool EndpointV2HasBeenSet() const
void SetProcessing(bool value)
AWS_OPENSEARCHSERVICE_API DomainStatus()=default
const Aws::String & GetDomainName() const
DomainStatus & WithAdvancedSecurityOptions(AdvancedSecurityOptionsT &&value)
void SetSnapshotOptions(SnapshotOptionsT &&value)
bool AdvancedSecurityOptionsHasBeenSet() const
const Aws::String & GetEngineVersion() const
DomainStatus & WithIPAddressType(IPAddressType value)
void SetEngineVersion(EngineVersionT &&value)
const Aws::String & GetEndpoint() const
DomainStatus & WithAdvancedOptions(AdvancedOptionsT &&value)
const ServiceSoftwareOptions & GetServiceSoftwareOptions() const
void SetModifyingProperties(ModifyingPropertiesT &&value)
DomainStatus & WithClusterConfig(ClusterConfigT &&value)
const Aws::String & GetARN() const
const Aws::String & GetDomainId() const
void SetAccessPolicies(AccessPoliciesT &&value)
DomainStatus & WithARN(ARNT &&value)
bool IdentityCenterOptionsHasBeenSet() const
const SoftwareUpdateOptions & GetSoftwareUpdateOptions() const
void SetSoftwareUpdateOptions(SoftwareUpdateOptionsT &&value)
const ClusterConfig & GetClusterConfig() const
bool SnapshotOptionsHasBeenSet() const
DomainStatus & WithEndpoints(EndpointsT &&value)
bool SoftwareUpdateOptionsHasBeenSet() const
const CognitoOptions & GetCognitoOptions() const
DomainProcessingStatusType
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue