7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/es/model/ElasticsearchClusterConfig.h>
11#include <aws/es/model/EBSOptions.h>
12#include <aws/es/model/SnapshotOptions.h>
13#include <aws/es/model/VPCDerivedInfo.h>
14#include <aws/es/model/CognitoOptions.h>
15#include <aws/es/model/EncryptionAtRestOptions.h>
16#include <aws/es/model/NodeToNodeEncryptionOptions.h>
17#include <aws/es/model/ServiceSoftwareOptions.h>
18#include <aws/es/model/DomainEndpointOptions.h>
19#include <aws/es/model/AdvancedSecurityOptions.h>
20#include <aws/es/model/AutoTuneOptionsOutput.h>
21#include <aws/es/model/ChangeProgressDetails.h>
22#include <aws/es/model/DomainProcessingStatusType.h>
23#include <aws/core/utils/memory/stl/AWSVector.h>
24#include <aws/es/model/LogType.h>
25#include <aws/es/model/LogPublishingOption.h>
26#include <aws/es/model/ModifyingProperties.h>
39namespace ElasticsearchService
64 template<
typename DomainIdT = Aws::String>
65 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
66 template<
typename DomainIdT = Aws::String>
79 template<
typename DomainNameT = Aws::String>
80 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
81 template<
typename DomainNameT = Aws::String>
94 template<
typename ARNT = Aws::String>
95 void SetARN(ARNT&& value) { m_aRNHasBeenSet =
true; m_aRN = std::forward<ARNT>(value); }
96 template<
typename ARNT = Aws::String>
108 inline void SetCreated(
bool value) { m_createdHasBeenSet =
true; m_created = value; }
121 inline void SetDeleted(
bool value) { m_deletedHasBeenSet =
true; m_deleted = value; }
132 template<
typename Endpo
intT = Aws::String>
133 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
134 template<
typename Endpo
intT = Aws::String>
146 template<
typename Endpo
intsT = Aws::Map<Aws::String, Aws::String>>
147 void SetEndpoints(EndpointsT&& value) { m_endpointsHasBeenSet =
true; m_endpoints = std::forward<EndpointsT>(value); }
148 template<
typename Endpo
intsT = Aws::Map<Aws::String, Aws::String>>
150 template<
typename Endpo
intsKeyT = Aws::String,
typename Endpo
intsValueT = Aws::String>
152 m_endpointsHasBeenSet =
true; m_endpoints.emplace(std::forward<EndpointsKeyT>(key), std::forward<EndpointsValueT>(value));
return *
this;
164 inline void SetProcessing(
bool value) { m_processingHasBeenSet =
true; m_processing = value; }
176 inline void SetUpgradeProcessing(
bool value) { m_upgradeProcessingHasBeenSet =
true; m_upgradeProcessing = value; }
184 template<
typename ElasticsearchVersionT = Aws::String>
185 void SetElasticsearchVersion(ElasticsearchVersionT&& value) { m_elasticsearchVersionHasBeenSet =
true; m_elasticsearchVersion = std::forward<ElasticsearchVersionT>(value); }
186 template<
typename ElasticsearchVersionT = Aws::String>
196 template<
typename ElasticsearchClusterConfigT = ElasticsearchClusterConfig>
197 void SetElasticsearchClusterConfig(ElasticsearchClusterConfigT&& value) { m_elasticsearchClusterConfigHasBeenSet =
true; m_elasticsearchClusterConfig = std::forward<ElasticsearchClusterConfigT>(value); }
198 template<
typename ElasticsearchClusterConfigT = ElasticsearchClusterConfig>
210 template<
typename EBSOptionsT = EBSOptions>
211 void SetEBSOptions(EBSOptionsT&& value) { m_eBSOptionsHasBeenSet =
true; m_eBSOptions = std::forward<EBSOptionsT>(value); }
212 template<
typename EBSOptionsT = EBSOptions>
222 template<
typename AccessPoliciesT = Aws::String>
223 void SetAccessPolicies(AccessPoliciesT&& value) { m_accessPoliciesHasBeenSet =
true; m_accessPolicies = std::forward<AccessPoliciesT>(value); }
224 template<
typename AccessPoliciesT = Aws::String>
234 template<
typename SnapshotOptionsT = SnapshotOptions>
235 void SetSnapshotOptions(SnapshotOptionsT&& value) { m_snapshotOptionsHasBeenSet =
true; m_snapshotOptions = std::forward<SnapshotOptionsT>(value); }
236 template<
typename SnapshotOptionsT = SnapshotOptions>
249 template<
typename VPCOptionsT = VPCDerivedInfo>
250 void SetVPCOptions(VPCOptionsT&& value) { m_vPCOptionsHasBeenSet =
true; m_vPCOptions = std::forward<VPCOptionsT>(value); }
251 template<
typename VPCOptionsT = VPCDerivedInfo>
264 template<
typename CognitoOptionsT = CognitoOptions>
265 void SetCognitoOptions(CognitoOptionsT&& value) { m_cognitoOptionsHasBeenSet =
true; m_cognitoOptions = std::forward<CognitoOptionsT>(value); }
266 template<
typename CognitoOptionsT = CognitoOptions>
276 template<
typename EncryptionAtRestOptionsT = EncryptionAtRestOptions>
277 void SetEncryptionAtRestOptions(EncryptionAtRestOptionsT&& value) { m_encryptionAtRestOptionsHasBeenSet =
true; m_encryptionAtRestOptions = std::forward<EncryptionAtRestOptionsT>(value); }
278 template<
typename EncryptionAtRestOptionsT = EncryptionAtRestOptions>
288 template<
typename NodeToNodeEncryptionOptionsT = NodeToNodeEncryptionOptions>
289 void SetNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT&& value) { m_nodeToNodeEncryptionOptionsHasBeenSet =
true; m_nodeToNodeEncryptionOptions = std::forward<NodeToNodeEncryptionOptionsT>(value); }
290 template<
typename NodeToNodeEncryptionOptionsT = NodeToNodeEncryptionOptions>
300 template<
typename AdvancedOptionsT = Aws::Map<Aws::String, Aws::String>>
301 void SetAdvancedOptions(AdvancedOptionsT&& value) { m_advancedOptionsHasBeenSet =
true; m_advancedOptions = std::forward<AdvancedOptionsT>(value); }
302 template<
typename AdvancedOptionsT = Aws::Map<Aws::String, Aws::String>>
304 template<
typename AdvancedOptionsKeyT = Aws::String,
typename AdvancedOptionsValueT = Aws::String>
306 m_advancedOptionsHasBeenSet =
true; m_advancedOptions.emplace(std::forward<AdvancedOptionsKeyT>(key), std::forward<AdvancedOptionsValueT>(value));
return *
this;
316 template<
typename LogPublishingOptionsT = Aws::Map<LogType, LogPublishingOption>>
317 void SetLogPublishingOptions(LogPublishingOptionsT&& value) { m_logPublishingOptionsHasBeenSet =
true; m_logPublishingOptions = std::forward<LogPublishingOptionsT>(value); }
318 template<
typename LogPublishingOptionsT = Aws::Map<LogType, LogPublishingOption>>
321 m_logPublishingOptionsHasBeenSet =
true; m_logPublishingOptions.emplace(key, value);
return *
this;
331 template<
typename ServiceSoftwareOptionsT = ServiceSoftwareOptions>
332 void SetServiceSoftwareOptions(ServiceSoftwareOptionsT&& value) { m_serviceSoftwareOptionsHasBeenSet =
true; m_serviceSoftwareOptions = std::forward<ServiceSoftwareOptionsT>(value); }
333 template<
typename ServiceSoftwareOptionsT = ServiceSoftwareOptions>
343 template<
typename DomainEndpo
intOptionsT = DomainEndpo
intOptions>
344 void SetDomainEndpointOptions(DomainEndpointOptionsT&& value) { m_domainEndpointOptionsHasBeenSet =
true; m_domainEndpointOptions = std::forward<DomainEndpointOptionsT>(value); }
345 template<
typename DomainEndpo
intOptionsT = DomainEndpo
intOptions>
356 template<
typename AdvancedSecurityOptionsT = AdvancedSecurityOptions>
357 void SetAdvancedSecurityOptions(AdvancedSecurityOptionsT&& value) { m_advancedSecurityOptionsHasBeenSet =
true; m_advancedSecurityOptions = std::forward<AdvancedSecurityOptionsT>(value); }
358 template<
typename AdvancedSecurityOptionsT = AdvancedSecurityOptions>
368 template<
typename AutoTuneOptionsT = AutoTuneOptionsOutput>
369 void SetAutoTuneOptions(AutoTuneOptionsT&& value) { m_autoTuneOptionsHasBeenSet =
true; m_autoTuneOptions = std::forward<AutoTuneOptionsT>(value); }
370 template<
typename AutoTuneOptionsT = AutoTuneOptionsOutput>
380 template<
typename ChangeProgressDetailsT = ChangeProgressDetails>
381 void SetChangeProgressDetails(ChangeProgressDetailsT&& value) { m_changeProgressDetailsHasBeenSet =
true; m_changeProgressDetails = std::forward<ChangeProgressDetailsT>(value); }
382 template<
typename ChangeProgressDetailsT = ChangeProgressDetails>
403 template<
typename ModifyingPropertiesT = Aws::Vector<ModifyingProperties>>
404 void SetModifyingProperties(ModifyingPropertiesT&& value) { m_modifyingPropertiesHasBeenSet =
true; m_modifyingProperties = std::forward<ModifyingPropertiesT>(value); }
405 template<
typename ModifyingPropertiesT = Aws::Vector<ModifyingProperties>>
407 template<
typename ModifyingPropertiesT = ModifyingProperties>
413 bool m_domainIdHasBeenSet =
false;
416 bool m_domainNameHasBeenSet =
false;
419 bool m_aRNHasBeenSet =
false;
421 bool m_created{
false};
422 bool m_createdHasBeenSet =
false;
424 bool m_deleted{
false};
425 bool m_deletedHasBeenSet =
false;
428 bool m_endpointHasBeenSet =
false;
431 bool m_endpointsHasBeenSet =
false;
433 bool m_processing{
false};
434 bool m_processingHasBeenSet =
false;
436 bool m_upgradeProcessing{
false};
437 bool m_upgradeProcessingHasBeenSet =
false;
440 bool m_elasticsearchVersionHasBeenSet =
false;
442 ElasticsearchClusterConfig m_elasticsearchClusterConfig;
443 bool m_elasticsearchClusterConfigHasBeenSet =
false;
445 EBSOptions m_eBSOptions;
446 bool m_eBSOptionsHasBeenSet =
false;
449 bool m_accessPoliciesHasBeenSet =
false;
451 SnapshotOptions m_snapshotOptions;
452 bool m_snapshotOptionsHasBeenSet =
false;
454 VPCDerivedInfo m_vPCOptions;
455 bool m_vPCOptionsHasBeenSet =
false;
457 CognitoOptions m_cognitoOptions;
458 bool m_cognitoOptionsHasBeenSet =
false;
460 EncryptionAtRestOptions m_encryptionAtRestOptions;
461 bool m_encryptionAtRestOptionsHasBeenSet =
false;
463 NodeToNodeEncryptionOptions m_nodeToNodeEncryptionOptions;
464 bool m_nodeToNodeEncryptionOptionsHasBeenSet =
false;
467 bool m_advancedOptionsHasBeenSet =
false;
470 bool m_logPublishingOptionsHasBeenSet =
false;
472 ServiceSoftwareOptions m_serviceSoftwareOptions;
473 bool m_serviceSoftwareOptionsHasBeenSet =
false;
475 DomainEndpointOptions m_domainEndpointOptions;
476 bool m_domainEndpointOptionsHasBeenSet =
false;
478 AdvancedSecurityOptions m_advancedSecurityOptions;
479 bool m_advancedSecurityOptionsHasBeenSet =
false;
481 AutoTuneOptionsOutput m_autoTuneOptions;
482 bool m_autoTuneOptionsHasBeenSet =
false;
484 ChangeProgressDetails m_changeProgressDetails;
485 bool m_changeProgressDetailsHasBeenSet =
false;
488 bool m_domainProcessingStatusHasBeenSet =
false;
491 bool m_modifyingPropertiesHasBeenSet =
false;
const SnapshotOptions & GetSnapshotOptions() const
ElasticsearchDomainStatus & AddAdvancedOptions(AdvancedOptionsKeyT &&key, AdvancedOptionsValueT &&value)
DomainProcessingStatusType GetDomainProcessingStatus() const
bool AccessPoliciesHasBeenSet() const
bool ServiceSoftwareOptionsHasBeenSet() const
const Aws::String & GetARN() const
ElasticsearchDomainStatus & AddLogPublishingOptions(LogType key, LogPublishingOption value)
void SetNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT &&value)
ElasticsearchDomainStatus & WithElasticsearchClusterConfig(ElasticsearchClusterConfigT &&value)
ElasticsearchDomainStatus & WithAdvancedSecurityOptions(AdvancedSecurityOptionsT &&value)
ElasticsearchDomainStatus & WithServiceSoftwareOptions(ServiceSoftwareOptionsT &&value)
void SetEncryptionAtRestOptions(EncryptionAtRestOptionsT &&value)
void SetAdvancedSecurityOptions(AdvancedSecurityOptionsT &&value)
bool DomainProcessingStatusHasBeenSet() const
AWS_ELASTICSEARCHSERVICE_API ElasticsearchDomainStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreatedHasBeenSet() const
ElasticsearchDomainStatus & WithElasticsearchVersion(ElasticsearchVersionT &&value)
const ServiceSoftwareOptions & GetServiceSoftwareOptions() const
ElasticsearchDomainStatus & WithEBSOptions(EBSOptionsT &&value)
ElasticsearchDomainStatus & WithEndpoint(EndpointT &&value)
void SetDeleted(bool value)
bool EndpointHasBeenSet() const
ElasticsearchDomainStatus & WithAccessPolicies(AccessPoliciesT &&value)
void SetUpgradeProcessing(bool value)
bool EBSOptionsHasBeenSet() const
void SetProcessing(bool value)
ElasticsearchDomainStatus & WithDeleted(bool value)
bool ElasticsearchClusterConfigHasBeenSet() const
bool GetUpgradeProcessing() const
const AutoTuneOptionsOutput & GetAutoTuneOptions() const
ElasticsearchDomainStatus & WithEncryptionAtRestOptions(EncryptionAtRestOptionsT &&value)
void SetDomainId(DomainIdT &&value)
const DomainEndpointOptions & GetDomainEndpointOptions() const
bool ProcessingHasBeenSet() const
ElasticsearchDomainStatus & WithAutoTuneOptions(AutoTuneOptionsT &&value)
ElasticsearchDomainStatus & WithARN(ARNT &&value)
ElasticsearchDomainStatus & WithChangeProgressDetails(ChangeProgressDetailsT &&value)
const EncryptionAtRestOptions & GetEncryptionAtRestOptions() const
ElasticsearchDomainStatus & WithCognitoOptions(CognitoOptionsT &&value)
const Aws::String & GetEndpoint() const
ElasticsearchDomainStatus & WithDomainId(DomainIdT &&value)
bool UpgradeProcessingHasBeenSet() const
bool ElasticsearchVersionHasBeenSet() const
const NodeToNodeEncryptionOptions & GetNodeToNodeEncryptionOptions() const
AWS_ELASTICSEARCHSERVICE_API ElasticsearchDomainStatus(Aws::Utils::Json::JsonView jsonValue)
bool SnapshotOptionsHasBeenSet() const
bool LogPublishingOptionsHasBeenSet() const
void SetChangeProgressDetails(ChangeProgressDetailsT &&value)
const ChangeProgressDetails & GetChangeProgressDetails() const
void SetSnapshotOptions(SnapshotOptionsT &&value)
bool EndpointsHasBeenSet() const
bool ARNHasBeenSet() const
ElasticsearchDomainStatus & WithDomainEndpointOptions(DomainEndpointOptionsT &&value)
void SetCognitoOptions(CognitoOptionsT &&value)
ElasticsearchDomainStatus & WithDomainName(DomainNameT &&value)
bool GetProcessing() const
const AdvancedSecurityOptions & GetAdvancedSecurityOptions() const
bool CognitoOptionsHasBeenSet() const
bool ModifyingPropertiesHasBeenSet() const
void SetAccessPolicies(AccessPoliciesT &&value)
void SetEndpoint(EndpointT &&value)
const EBSOptions & GetEBSOptions() const
void SetEndpoints(EndpointsT &&value)
const Aws::String & GetElasticsearchVersion() const
ElasticsearchDomainStatus & WithLogPublishingOptions(LogPublishingOptionsT &&value)
bool EncryptionAtRestOptionsHasBeenSet() const
void SetElasticsearchClusterConfig(ElasticsearchClusterConfigT &&value)
void SetDomainEndpointOptions(DomainEndpointOptionsT &&value)
AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DomainNameHasBeenSet() const
ElasticsearchDomainStatus & AddEndpoints(EndpointsKeyT &&key, EndpointsValueT &&value)
ElasticsearchDomainStatus & WithUpgradeProcessing(bool value)
void SetDomainProcessingStatus(DomainProcessingStatusType value)
ElasticsearchDomainStatus & WithNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT &&value)
const Aws::String & GetDomainId() const
void SetAdvancedOptions(AdvancedOptionsT &&value)
const Aws::Map< LogType, LogPublishingOption > & GetLogPublishingOptions() const
void SetDomainName(DomainNameT &&value)
ElasticsearchDomainStatus & WithVPCOptions(VPCOptionsT &&value)
ElasticsearchDomainStatus & WithSnapshotOptions(SnapshotOptionsT &&value)
bool DeletedHasBeenSet() const
ElasticsearchDomainStatus & AddModifyingProperties(ModifyingPropertiesT &&value)
void SetEBSOptions(EBSOptionsT &&value)
const CognitoOptions & GetCognitoOptions() const
void SetModifyingProperties(ModifyingPropertiesT &&value)
bool ChangeProgressDetailsHasBeenSet() const
void SetARN(ARNT &&value)
const Aws::String & GetAccessPolicies() const
ElasticsearchDomainStatus & WithEndpoints(EndpointsT &&value)
const VPCDerivedInfo & GetVPCOptions() const
bool AdvancedOptionsHasBeenSet() const
bool AdvancedSecurityOptionsHasBeenSet() const
void SetServiceSoftwareOptions(ServiceSoftwareOptionsT &&value)
void SetLogPublishingOptions(LogPublishingOptionsT &&value)
const Aws::String & GetDomainName() const
void SetElasticsearchVersion(ElasticsearchVersionT &&value)
bool NodeToNodeEncryptionOptionsHasBeenSet() const
bool AutoTuneOptionsHasBeenSet() const
ElasticsearchDomainStatus & WithAdvancedOptions(AdvancedOptionsT &&value)
const ElasticsearchClusterConfig & GetElasticsearchClusterConfig() const
void SetVPCOptions(VPCOptionsT &&value)
ElasticsearchDomainStatus & WithModifyingProperties(ModifyingPropertiesT &&value)
void SetCreated(bool value)
const Aws::Map< Aws::String, Aws::String > & GetAdvancedOptions() const
const Aws::Vector< ModifyingProperties > & GetModifyingProperties() const
bool VPCOptionsHasBeenSet() const
ElasticsearchDomainStatus & WithCreated(bool value)
void SetAutoTuneOptions(AutoTuneOptionsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetEndpoints() const
bool DomainEndpointOptionsHasBeenSet() const
AWS_ELASTICSEARCHSERVICE_API ElasticsearchDomainStatus()=default
ElasticsearchDomainStatus & WithProcessing(bool value)
bool DomainIdHasBeenSet() const
ElasticsearchDomainStatus & WithDomainProcessingStatus(DomainProcessingStatusType value)
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