7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/es/ElasticsearchServiceRequest.h>
10#include <aws/es/ElasticsearchService_EXPORTS.h>
11#include <aws/es/model/AdvancedSecurityOptionsInput.h>
12#include <aws/es/model/AutoTuneOptions.h>
13#include <aws/es/model/AutomatedSnapshotPauseRequestOptions.h>
14#include <aws/es/model/CognitoOptions.h>
15#include <aws/es/model/DeploymentStrategyOptions.h>
16#include <aws/es/model/DomainEndpointOptions.h>
17#include <aws/es/model/EBSOptions.h>
18#include <aws/es/model/ElasticsearchClusterConfig.h>
19#include <aws/es/model/EncryptionAtRestOptions.h>
20#include <aws/es/model/LogPublishingOption.h>
21#include <aws/es/model/LogType.h>
22#include <aws/es/model/NodeToNodeEncryptionOptions.h>
23#include <aws/es/model/SnapshotOptions.h>
24#include <aws/es/model/VPCOptions.h>
29namespace ElasticsearchService {
57 template <
typename DomainNameT = Aws::String>
59 m_domainNameHasBeenSet =
true;
60 m_domainName = std::forward<DomainNameT>(value);
62 template <
typename DomainNameT = Aws::String>
75 template <
typename ElasticsearchClusterConfigT = ElasticsearchClusterConfig>
77 m_elasticsearchClusterConfigHasBeenSet =
true;
78 m_elasticsearchClusterConfig = std::forward<ElasticsearchClusterConfigT>(value);
80 template <
typename ElasticsearchClusterConfigT = ElasticsearchClusterConfig>
93 template <
typename EBSOptionsT = EBSOptions>
95 m_eBSOptionsHasBeenSet =
true;
96 m_eBSOptions = std::forward<EBSOptionsT>(value);
98 template <
typename EBSOptionsT = EBSOptions>
112 template <
typename SnapshotOptionsT = SnapshotOptions>
114 m_snapshotOptionsHasBeenSet =
true;
115 m_snapshotOptions = std::forward<SnapshotOptionsT>(value);
117 template <
typename SnapshotOptionsT = SnapshotOptions>
134 template <
typename VPCOptionsT = VPCOptions>
136 m_vPCOptionsHasBeenSet =
true;
137 m_vPCOptions = std::forward<VPCOptionsT>(value);
139 template <
typename VPCOptionsT = VPCOptions>
155 template <
typename CognitoOptionsT = CognitoOptions>
157 m_cognitoOptionsHasBeenSet =
true;
158 m_cognitoOptions = std::forward<CognitoOptionsT>(value);
160 template <
typename CognitoOptionsT = CognitoOptions>
177 template <
typename AdvancedOptionsT = Aws::Map<Aws::String, Aws::String>>
179 m_advancedOptionsHasBeenSet =
true;
180 m_advancedOptions = std::forward<AdvancedOptionsT>(value);
182 template <
typename AdvancedOptionsT = Aws::Map<Aws::String, Aws::String>>
187 template <
typename AdvancedOptionsKeyT = Aws::String,
typename AdvancedOptionsValueT = Aws::String>
189 m_advancedOptionsHasBeenSet =
true;
190 m_advancedOptions.emplace(std::forward<AdvancedOptionsKeyT>(key), std::forward<AdvancedOptionsValueT>(value));
201 template <
typename AccessPoliciesT = Aws::String>
203 m_accessPoliciesHasBeenSet =
true;
204 m_accessPolicies = std::forward<AccessPoliciesT>(value);
206 template <
typename AccessPoliciesT = Aws::String>
220 template <
typename LogPublishingOptionsT = Aws::Map<LogType, LogPublishingOption>>
222 m_logPublishingOptionsHasBeenSet =
true;
223 m_logPublishingOptions = std::forward<LogPublishingOptionsT>(value);
225 template <
typename LogPublishingOptionsT = Aws::Map<LogType, LogPublishingOption>>
231 m_logPublishingOptionsHasBeenSet =
true;
232 m_logPublishingOptions.emplace(key, value);
244 template <
typename DomainEndpo
intOptionsT = DomainEndpo
intOptions>
246 m_domainEndpointOptionsHasBeenSet =
true;
247 m_domainEndpointOptions = std::forward<DomainEndpointOptionsT>(value);
249 template <
typename DomainEndpo
intOptionsT = DomainEndpo
intOptions>
262 template <
typename AdvancedSecurityOptionsT = AdvancedSecurityOptionsInput>
264 m_advancedSecurityOptionsHasBeenSet =
true;
265 m_advancedSecurityOptions = std::forward<AdvancedSecurityOptionsT>(value);
267 template <
typename AdvancedSecurityOptionsT = AdvancedSecurityOptionsInput>
280 template <
typename NodeToNodeEncryptionOptionsT = NodeToNodeEncryptionOptions>
282 m_nodeToNodeEncryptionOptionsHasBeenSet =
true;
283 m_nodeToNodeEncryptionOptions = std::forward<NodeToNodeEncryptionOptionsT>(value);
285 template <
typename NodeToNodeEncryptionOptionsT = NodeToNodeEncryptionOptions>
298 template <
typename EncryptionAtRestOptionsT = EncryptionAtRestOptions>
300 m_encryptionAtRestOptionsHasBeenSet =
true;
301 m_encryptionAtRestOptions = std::forward<EncryptionAtRestOptionsT>(value);
303 template <
typename EncryptionAtRestOptionsT = EncryptionAtRestOptions>
316 template <
typename AutoTuneOptionsT = AutoTuneOptions>
318 m_autoTuneOptionsHasBeenSet =
true;
319 m_autoTuneOptions = std::forward<AutoTuneOptionsT>(value);
321 template <
typename AutoTuneOptionsT = AutoTuneOptions>
339 m_dryRunHasBeenSet =
true;
354 template <
typename DeploymentStrategyOptionsT = DeploymentStrategyOptions>
356 m_deploymentStrategyOptionsHasBeenSet =
true;
357 m_deploymentStrategyOptions = std::forward<DeploymentStrategyOptionsT>(value);
359 template <
typename DeploymentStrategyOptionsT = DeploymentStrategyOptions>
376 template <
typename AutomatedSnapshotPauseOptionsT = AutomatedSnapshotPauseRequestOptions>
378 m_automatedSnapshotPauseOptionsHasBeenSet =
true;
379 m_automatedSnapshotPauseOptions = std::forward<AutomatedSnapshotPauseOptionsT>(value);
381 template <
typename AutomatedSnapshotPauseOptionsT = AutomatedSnapshotPauseRequestOptions>
416 bool m_dryRun{
false};
418 DeploymentStrategyOptions m_deploymentStrategyOptions;
420 AutomatedSnapshotPauseRequestOptions m_automatedSnapshotPauseOptions;
421 bool m_domainNameHasBeenSet =
false;
422 bool m_elasticsearchClusterConfigHasBeenSet =
false;
423 bool m_eBSOptionsHasBeenSet =
false;
424 bool m_snapshotOptionsHasBeenSet =
false;
425 bool m_vPCOptionsHasBeenSet =
false;
426 bool m_cognitoOptionsHasBeenSet =
false;
427 bool m_advancedOptionsHasBeenSet =
false;
428 bool m_accessPoliciesHasBeenSet =
false;
429 bool m_logPublishingOptionsHasBeenSet =
false;
430 bool m_domainEndpointOptionsHasBeenSet =
false;
431 bool m_advancedSecurityOptionsHasBeenSet =
false;
432 bool m_nodeToNodeEncryptionOptionsHasBeenSet =
false;
433 bool m_encryptionAtRestOptionsHasBeenSet =
false;
434 bool m_autoTuneOptionsHasBeenSet =
false;
435 bool m_dryRunHasBeenSet =
false;
436 bool m_deploymentStrategyOptionsHasBeenSet =
false;
437 bool m_automatedSnapshotPauseOptionsHasBeenSet =
false;
const EncryptionAtRestOptions & GetEncryptionAtRestOptions() const
bool DeploymentStrategyOptionsHasBeenSet() const
bool CognitoOptionsHasBeenSet() const
const NodeToNodeEncryptionOptions & GetNodeToNodeEncryptionOptions() const
UpdateElasticsearchDomainConfigRequest & WithEncryptionAtRestOptions(EncryptionAtRestOptionsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetAdvancedOptions() const
UpdateElasticsearchDomainConfigRequest & WithDomainEndpointOptions(DomainEndpointOptionsT &&value)
const DeploymentStrategyOptions & GetDeploymentStrategyOptions() const
UpdateElasticsearchDomainConfigRequest & WithEBSOptions(EBSOptionsT &&value)
UpdateElasticsearchDomainConfigRequest & WithNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT &&value)
bool AutomatedSnapshotPauseOptionsHasBeenSet() const
void SetAdvancedOptions(AdvancedOptionsT &&value)
void SetAccessPolicies(AccessPoliciesT &&value)
const CognitoOptions & GetCognitoOptions() const
UpdateElasticsearchDomainConfigRequest & WithDomainName(DomainNameT &&value)
UpdateElasticsearchDomainConfigRequest & WithDryRun(bool value)
void SetDomainName(DomainNameT &&value)
UpdateElasticsearchDomainConfigRequest & WithAdvancedSecurityOptions(AdvancedSecurityOptionsT &&value)
UpdateElasticsearchDomainConfigRequest & AddLogPublishingOptions(LogType key, LogPublishingOption value)
bool EncryptionAtRestOptionsHasBeenSet() const
UpdateElasticsearchDomainConfigRequest & WithAdvancedOptions(AdvancedOptionsT &&value)
void SetEncryptionAtRestOptions(EncryptionAtRestOptionsT &&value)
bool DryRunHasBeenSet() const
void SetCognitoOptions(CognitoOptionsT &&value)
bool EBSOptionsHasBeenSet() const
bool AdvancedSecurityOptionsHasBeenSet() const
bool ElasticsearchClusterConfigHasBeenSet() const
void SetVPCOptions(VPCOptionsT &&value)
bool NodeToNodeEncryptionOptionsHasBeenSet() const
const SnapshotOptions & GetSnapshotOptions() const
bool DomainEndpointOptionsHasBeenSet() const
UpdateElasticsearchDomainConfigRequest & WithSnapshotOptions(SnapshotOptionsT &&value)
UpdateElasticsearchDomainConfigRequest & WithDeploymentStrategyOptions(DeploymentStrategyOptionsT &&value)
bool AutoTuneOptionsHasBeenSet() const
const AdvancedSecurityOptionsInput & GetAdvancedSecurityOptions() const
const ElasticsearchClusterConfig & GetElasticsearchClusterConfig() const
UpdateElasticsearchDomainConfigRequest & WithAutoTuneOptions(AutoTuneOptionsT &&value)
bool AccessPoliciesHasBeenSet() const
const Aws::String & GetDomainName() const
virtual const char * GetServiceRequestName() const override
UpdateElasticsearchDomainConfigRequest & WithVPCOptions(VPCOptionsT &&value)
const VPCOptions & GetVPCOptions() const
void SetDryRun(bool value)
void SetAutomatedSnapshotPauseOptions(AutomatedSnapshotPauseOptionsT &&value)
bool VPCOptionsHasBeenSet() const
void SetSnapshotOptions(SnapshotOptionsT &&value)
UpdateElasticsearchDomainConfigRequest & WithAutomatedSnapshotPauseOptions(AutomatedSnapshotPauseOptionsT &&value)
const AutoTuneOptions & GetAutoTuneOptions() const
UpdateElasticsearchDomainConfigRequest & AddAdvancedOptions(AdvancedOptionsKeyT &&key, AdvancedOptionsValueT &&value)
void SetAutoTuneOptions(AutoTuneOptionsT &&value)
const EBSOptions & GetEBSOptions() const
AWS_ELASTICSEARCHSERVICE_API Aws::String SerializePayload() const override
void SetNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT &&value)
bool SnapshotOptionsHasBeenSet() const
void SetAdvancedSecurityOptions(AdvancedSecurityOptionsT &&value)
const AutomatedSnapshotPauseRequestOptions & GetAutomatedSnapshotPauseOptions() const
bool AdvancedOptionsHasBeenSet() const
UpdateElasticsearchDomainConfigRequest & WithLogPublishingOptions(LogPublishingOptionsT &&value)
bool DomainNameHasBeenSet() const
bool LogPublishingOptionsHasBeenSet() const
void SetEBSOptions(EBSOptionsT &&value)
AWS_ELASTICSEARCHSERVICE_API UpdateElasticsearchDomainConfigRequest()=default
const Aws::Map< LogType, LogPublishingOption > & GetLogPublishingOptions() const
UpdateElasticsearchDomainConfigRequest & WithCognitoOptions(CognitoOptionsT &&value)
const DomainEndpointOptions & GetDomainEndpointOptions() const
UpdateElasticsearchDomainConfigRequest & WithElasticsearchClusterConfig(ElasticsearchClusterConfigT &&value)
void SetDeploymentStrategyOptions(DeploymentStrategyOptionsT &&value)
UpdateElasticsearchDomainConfigRequest & WithAccessPolicies(AccessPoliciesT &&value)
void SetElasticsearchClusterConfig(ElasticsearchClusterConfigT &&value)
void SetDomainEndpointOptions(DomainEndpointOptionsT &&value)
const Aws::String & GetAccessPolicies() const
void SetLogPublishingOptions(LogPublishingOptionsT &&value)
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