7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/es/ElasticsearchService_EXPORTS.h>
9#include <aws/es/model/AccessPoliciesStatus.h>
10#include <aws/es/model/AdvancedOptionsStatus.h>
11#include <aws/es/model/AdvancedSecurityOptionsStatus.h>
12#include <aws/es/model/AutoTuneOptionsStatus.h>
13#include <aws/es/model/AutomatedSnapshotPauseOptionsStatus.h>
14#include <aws/es/model/ChangeProgressDetails.h>
15#include <aws/es/model/CognitoOptionsStatus.h>
16#include <aws/es/model/DeploymentStrategyOptionsStatus.h>
17#include <aws/es/model/DomainEndpointOptionsStatus.h>
18#include <aws/es/model/EBSOptionsStatus.h>
19#include <aws/es/model/ElasticsearchClusterConfigStatus.h>
20#include <aws/es/model/ElasticsearchVersionStatus.h>
21#include <aws/es/model/EncryptionAtRestOptionsStatus.h>
22#include <aws/es/model/EngineModeStatus.h>
23#include <aws/es/model/LogPublishingOptionsStatus.h>
24#include <aws/es/model/ModifyingProperties.h>
25#include <aws/es/model/NodeToNodeEncryptionOptionsStatus.h>
26#include <aws/es/model/SnapshotOptionsStatus.h>
27#include <aws/es/model/UseCaseStatus.h>
28#include <aws/es/model/VPCDerivedInfoStatus.h>
39namespace ElasticsearchService {
60 template <
typename ElasticsearchVersionT = ElasticsearchVersionStatus>
62 m_elasticsearchVersionHasBeenSet =
true;
63 m_elasticsearchVersion = std::forward<ElasticsearchVersionT>(value);
65 template <
typename ElasticsearchVersionT = ElasticsearchVersionStatus>
79 template <
typename ElasticsearchClusterConfigT = ElasticsearchClusterConfigStatus>
81 m_elasticsearchClusterConfigHasBeenSet =
true;
82 m_elasticsearchClusterConfig = std::forward<ElasticsearchClusterConfigT>(value);
84 template <
typename ElasticsearchClusterConfigT = ElasticsearchClusterConfigStatus>
97 template <
typename EBSOptionsT = EBSOptionsStatus>
99 m_eBSOptionsHasBeenSet =
true;
100 m_eBSOptions = std::forward<EBSOptionsT>(value);
102 template <
typename EBSOptionsT = EBSOptionsStatus>
115 template <
typename AccessPoliciesT = AccessPoliciesStatus>
117 m_accessPoliciesHasBeenSet =
true;
118 m_accessPolicies = std::forward<AccessPoliciesT>(value);
120 template <
typename AccessPoliciesT = AccessPoliciesStatus>
133 template <
typename SnapshotOptionsT = SnapshotOptionsStatus>
135 m_snapshotOptionsHasBeenSet =
true;
136 m_snapshotOptions = std::forward<SnapshotOptionsT>(value);
138 template <
typename SnapshotOptionsT = SnapshotOptionsStatus>
154 template <
typename VPCOptionsT = VPCDerivedInfoStatus>
156 m_vPCOptionsHasBeenSet =
true;
157 m_vPCOptions = std::forward<VPCOptionsT>(value);
159 template <
typename VPCOptionsT = VPCDerivedInfoStatus>
175 template <
typename CognitoOptionsT = CognitoOptionsStatus>
177 m_cognitoOptionsHasBeenSet =
true;
178 m_cognitoOptions = std::forward<CognitoOptionsT>(value);
180 template <
typename CognitoOptionsT = CognitoOptionsStatus>
194 template <
typename EncryptionAtRestOptionsT = EncryptionAtRestOptionsStatus>
196 m_encryptionAtRestOptionsHasBeenSet =
true;
197 m_encryptionAtRestOptions = std::forward<EncryptionAtRestOptionsT>(value);
199 template <
typename EncryptionAtRestOptionsT = EncryptionAtRestOptionsStatus>
213 template <
typename NodeToNodeEncryptionOptionsT = NodeToNodeEncryptionOptionsStatus>
215 m_nodeToNodeEncryptionOptionsHasBeenSet =
true;
216 m_nodeToNodeEncryptionOptions = std::forward<NodeToNodeEncryptionOptionsT>(value);
218 template <
typename NodeToNodeEncryptionOptionsT = NodeToNodeEncryptionOptionsStatus>
233 template <
typename AdvancedOptionsT = AdvancedOptionsStatus>
235 m_advancedOptionsHasBeenSet =
true;
236 m_advancedOptions = std::forward<AdvancedOptionsT>(value);
238 template <
typename AdvancedOptionsT = AdvancedOptionsStatus>
251 template <
typename LogPublishingOptionsT = LogPublishingOptionsStatus>
253 m_logPublishingOptionsHasBeenSet =
true;
254 m_logPublishingOptions = std::forward<LogPublishingOptionsT>(value);
256 template <
typename LogPublishingOptionsT = LogPublishingOptionsStatus>
270 template <
typename DomainEndpo
intOptionsT = DomainEndpo
intOptionsStatus>
272 m_domainEndpointOptionsHasBeenSet =
true;
273 m_domainEndpointOptions = std::forward<DomainEndpointOptionsT>(value);
275 template <
typename DomainEndpo
intOptionsT = DomainEndpo
intOptionsStatus>
288 template <
typename AdvancedSecurityOptionsT = AdvancedSecurityOptionsStatus>
290 m_advancedSecurityOptionsHasBeenSet =
true;
291 m_advancedSecurityOptions = std::forward<AdvancedSecurityOptionsT>(value);
293 template <
typename AdvancedSecurityOptionsT = AdvancedSecurityOptionsStatus>
306 template <
typename AutoTuneOptionsT = AutoTuneOptionsStatus>
308 m_autoTuneOptionsHasBeenSet =
true;
309 m_autoTuneOptions = std::forward<AutoTuneOptionsT>(value);
311 template <
typename AutoTuneOptionsT = AutoTuneOptionsStatus>
324 template <
typename ChangeProgressDetailsT = ChangeProgressDetails>
326 m_changeProgressDetailsHasBeenSet =
true;
327 m_changeProgressDetails = std::forward<ChangeProgressDetailsT>(value);
329 template <
typename ChangeProgressDetailsT = ChangeProgressDetails>
343 template <
typename ModifyingPropertiesT = Aws::Vector<ModifyingProperties>>
345 m_modifyingPropertiesHasBeenSet =
true;
346 m_modifyingProperties = std::forward<ModifyingPropertiesT>(value);
348 template <
typename ModifyingPropertiesT = Aws::Vector<ModifyingProperties>>
353 template <
typename ModifyingPropertiesT = ModifyingProperties>
355 m_modifyingPropertiesHasBeenSet =
true;
356 m_modifyingProperties.emplace_back(std::forward<ModifyingPropertiesT>(value));
367 template <
typename DeploymentStrategyOptionsT = DeploymentStrategyOptionsStatus>
369 m_deploymentStrategyOptionsHasBeenSet =
true;
370 m_deploymentStrategyOptions = std::forward<DeploymentStrategyOptionsT>(value);
372 template <
typename DeploymentStrategyOptionsT = DeploymentStrategyOptionsStatus>
385 template <
typename AutomatedSnapshotPauseOptionsT = AutomatedSnapshotPauseOptionsStatus>
387 m_automatedSnapshotPauseOptionsHasBeenSet =
true;
388 m_automatedSnapshotPauseOptions = std::forward<AutomatedSnapshotPauseOptionsT>(value);
390 template <
typename AutomatedSnapshotPauseOptionsT = AutomatedSnapshotPauseOptionsStatus>
403 template <
typename UseCaseT = UseCaseStatus>
405 m_useCaseHasBeenSet =
true;
406 m_useCase = std::forward<UseCaseT>(value);
408 template <
typename UseCaseT = UseCaseStatus>
421 template <
typename EngineModeT = EngineModeStatus>
423 m_engineModeHasBeenSet =
true;
424 m_engineMode = std::forward<EngineModeT>(value);
426 template <
typename EngineModeT = EngineModeStatus>
472 bool m_elasticsearchVersionHasBeenSet =
false;
473 bool m_elasticsearchClusterConfigHasBeenSet =
false;
474 bool m_eBSOptionsHasBeenSet =
false;
475 bool m_accessPoliciesHasBeenSet =
false;
476 bool m_snapshotOptionsHasBeenSet =
false;
477 bool m_vPCOptionsHasBeenSet =
false;
478 bool m_cognitoOptionsHasBeenSet =
false;
479 bool m_encryptionAtRestOptionsHasBeenSet =
false;
480 bool m_nodeToNodeEncryptionOptionsHasBeenSet =
false;
481 bool m_advancedOptionsHasBeenSet =
false;
482 bool m_logPublishingOptionsHasBeenSet =
false;
483 bool m_domainEndpointOptionsHasBeenSet =
false;
484 bool m_advancedSecurityOptionsHasBeenSet =
false;
485 bool m_autoTuneOptionsHasBeenSet =
false;
486 bool m_changeProgressDetailsHasBeenSet =
false;
487 bool m_modifyingPropertiesHasBeenSet =
false;
488 bool m_deploymentStrategyOptionsHasBeenSet =
false;
489 bool m_automatedSnapshotPauseOptionsHasBeenSet =
false;
490 bool m_useCaseHasBeenSet =
false;
491 bool m_engineModeHasBeenSet =
false;
bool CognitoOptionsHasBeenSet() const
bool NodeToNodeEncryptionOptionsHasBeenSet() const
void SetDomainEndpointOptions(DomainEndpointOptionsT &&value)
ElasticsearchDomainConfig & WithSnapshotOptions(SnapshotOptionsT &&value)
const EBSOptionsStatus & GetEBSOptions() const
void SetSnapshotOptions(SnapshotOptionsT &&value)
void SetChangeProgressDetails(ChangeProgressDetailsT &&value)
bool EngineModeHasBeenSet() const
const AutoTuneOptionsStatus & GetAutoTuneOptions() const
bool SnapshotOptionsHasBeenSet() const
AWS_ELASTICSEARCHSERVICE_API ElasticsearchDomainConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const SnapshotOptionsStatus & GetSnapshotOptions() const
ElasticsearchDomainConfig & WithAccessPolicies(AccessPoliciesT &&value)
bool AutoTuneOptionsHasBeenSet() const
ElasticsearchDomainConfig & WithLogPublishingOptions(LogPublishingOptionsT &&value)
const CognitoOptionsStatus & GetCognitoOptions() const
ElasticsearchDomainConfig & WithEngineMode(EngineModeT &&value)
const ElasticsearchClusterConfigStatus & GetElasticsearchClusterConfig() const
bool ElasticsearchVersionHasBeenSet() const
const LogPublishingOptionsStatus & GetLogPublishingOptions() const
void SetCognitoOptions(CognitoOptionsT &&value)
ElasticsearchDomainConfig & WithAutomatedSnapshotPauseOptions(AutomatedSnapshotPauseOptionsT &&value)
void SetDeploymentStrategyOptions(DeploymentStrategyOptionsT &&value)
bool AutomatedSnapshotPauseOptionsHasBeenSet() const
const VPCDerivedInfoStatus & GetVPCOptions() const
ElasticsearchDomainConfig & WithEBSOptions(EBSOptionsT &&value)
void SetEncryptionAtRestOptions(EncryptionAtRestOptionsT &&value)
ElasticsearchDomainConfig & WithChangeProgressDetails(ChangeProgressDetailsT &&value)
void SetAdvancedOptions(AdvancedOptionsT &&value)
ElasticsearchDomainConfig & WithUseCase(UseCaseT &&value)
const AutomatedSnapshotPauseOptionsStatus & GetAutomatedSnapshotPauseOptions() const
ElasticsearchDomainConfig & WithElasticsearchVersion(ElasticsearchVersionT &&value)
bool EBSOptionsHasBeenSet() const
void SetVPCOptions(VPCOptionsT &&value)
bool AdvancedSecurityOptionsHasBeenSet() const
void SetUseCase(UseCaseT &&value)
ElasticsearchDomainConfig & WithCognitoOptions(CognitoOptionsT &&value)
void SetEngineMode(EngineModeT &&value)
bool ElasticsearchClusterConfigHasBeenSet() const
void SetAutoTuneOptions(AutoTuneOptionsT &&value)
ElasticsearchDomainConfig & WithVPCOptions(VPCOptionsT &&value)
void SetNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT &&value)
const ElasticsearchVersionStatus & GetElasticsearchVersion() const
const Aws::Vector< ModifyingProperties > & GetModifyingProperties() const
const DeploymentStrategyOptionsStatus & GetDeploymentStrategyOptions() const
void SetAdvancedSecurityOptions(AdvancedSecurityOptionsT &&value)
void SetLogPublishingOptions(LogPublishingOptionsT &&value)
void SetElasticsearchClusterConfig(ElasticsearchClusterConfigT &&value)
const NodeToNodeEncryptionOptionsStatus & GetNodeToNodeEncryptionOptions() const
bool ModifyingPropertiesHasBeenSet() const
const AdvancedOptionsStatus & GetAdvancedOptions() const
ElasticsearchDomainConfig & WithAutoTuneOptions(AutoTuneOptionsT &&value)
const EncryptionAtRestOptionsStatus & GetEncryptionAtRestOptions() const
ElasticsearchDomainConfig & WithAdvancedSecurityOptions(AdvancedSecurityOptionsT &&value)
bool UseCaseHasBeenSet() const
AWS_ELASTICSEARCHSERVICE_API ElasticsearchDomainConfig()=default
void SetElasticsearchVersion(ElasticsearchVersionT &&value)
bool AdvancedOptionsHasBeenSet() const
bool DeploymentStrategyOptionsHasBeenSet() const
void SetEBSOptions(EBSOptionsT &&value)
const EngineModeStatus & GetEngineMode() const
const DomainEndpointOptionsStatus & GetDomainEndpointOptions() const
bool VPCOptionsHasBeenSet() const
AWS_ELASTICSEARCHSERVICE_API ElasticsearchDomainConfig(Aws::Utils::Json::JsonView jsonValue)
bool AccessPoliciesHasBeenSet() const
bool LogPublishingOptionsHasBeenSet() const
const AccessPoliciesStatus & GetAccessPolicies() const
void SetAccessPolicies(AccessPoliciesT &&value)
const UseCaseStatus & GetUseCase() const
const ChangeProgressDetails & GetChangeProgressDetails() const
ElasticsearchDomainConfig & WithElasticsearchClusterConfig(ElasticsearchClusterConfigT &&value)
bool ChangeProgressDetailsHasBeenSet() const
bool EncryptionAtRestOptionsHasBeenSet() const
ElasticsearchDomainConfig & WithDeploymentStrategyOptions(DeploymentStrategyOptionsT &&value)
ElasticsearchDomainConfig & WithAdvancedOptions(AdvancedOptionsT &&value)
ElasticsearchDomainConfig & AddModifyingProperties(ModifyingPropertiesT &&value)
bool DomainEndpointOptionsHasBeenSet() const
void SetModifyingProperties(ModifyingPropertiesT &&value)
AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
ElasticsearchDomainConfig & WithNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT &&value)
ElasticsearchDomainConfig & WithEncryptionAtRestOptions(EncryptionAtRestOptionsT &&value)
ElasticsearchDomainConfig & WithDomainEndpointOptions(DomainEndpointOptionsT &&value)
ElasticsearchDomainConfig & WithModifyingProperties(ModifyingPropertiesT &&value)
void SetAutomatedSnapshotPauseOptions(AutomatedSnapshotPauseOptionsT &&value)
const AdvancedSecurityOptionsStatus & GetAdvancedSecurityOptions() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue