7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/es/model/ElasticsearchVersionStatus.h>
9#include <aws/es/model/ElasticsearchClusterConfigStatus.h>
10#include <aws/es/model/EBSOptionsStatus.h>
11#include <aws/es/model/AccessPoliciesStatus.h>
12#include <aws/es/model/SnapshotOptionsStatus.h>
13#include <aws/es/model/VPCDerivedInfoStatus.h>
14#include <aws/es/model/CognitoOptionsStatus.h>
15#include <aws/es/model/EncryptionAtRestOptionsStatus.h>
16#include <aws/es/model/NodeToNodeEncryptionOptionsStatus.h>
17#include <aws/es/model/AdvancedOptionsStatus.h>
18#include <aws/es/model/LogPublishingOptionsStatus.h>
19#include <aws/es/model/DomainEndpointOptionsStatus.h>
20#include <aws/es/model/AdvancedSecurityOptionsStatus.h>
21#include <aws/es/model/AutoTuneOptionsStatus.h>
22#include <aws/es/model/ChangeProgressDetails.h>
23#include <aws/core/utils/memory/stl/AWSVector.h>
24#include <aws/es/model/ModifyingProperties.h>
37namespace ElasticsearchService
62 template<
typename ElasticsearchVersionT = ElasticsearchVersionStatus>
63 void SetElasticsearchVersion(ElasticsearchVersionT&& value) { m_elasticsearchVersionHasBeenSet =
true; m_elasticsearchVersion = std::forward<ElasticsearchVersionT>(value); }
64 template<
typename ElasticsearchVersionT = ElasticsearchVersionStatus>
75 template<
typename ElasticsearchClusterConfigT = ElasticsearchClusterConfigStatus>
76 void SetElasticsearchClusterConfig(ElasticsearchClusterConfigT&& value) { m_elasticsearchClusterConfigHasBeenSet =
true; m_elasticsearchClusterConfig = std::forward<ElasticsearchClusterConfigT>(value); }
77 template<
typename ElasticsearchClusterConfigT = ElasticsearchClusterConfigStatus>
87 template<
typename EBSOptionsT = EBSOptionsStatus>
88 void SetEBSOptions(EBSOptionsT&& value) { m_eBSOptionsHasBeenSet =
true; m_eBSOptions = std::forward<EBSOptionsT>(value); }
89 template<
typename EBSOptionsT = EBSOptionsStatus>
99 template<
typename AccessPoliciesT = AccessPoliciesStatus>
100 void SetAccessPolicies(AccessPoliciesT&& value) { m_accessPoliciesHasBeenSet =
true; m_accessPolicies = std::forward<AccessPoliciesT>(value); }
101 template<
typename AccessPoliciesT = AccessPoliciesStatus>
111 template<
typename SnapshotOptionsT = SnapshotOptionsStatus>
112 void SetSnapshotOptions(SnapshotOptionsT&& value) { m_snapshotOptionsHasBeenSet =
true; m_snapshotOptions = std::forward<SnapshotOptionsT>(value); }
113 template<
typename SnapshotOptionsT = SnapshotOptionsStatus>
126 template<
typename VPCOptionsT = VPCDerivedInfoStatus>
127 void SetVPCOptions(VPCOptionsT&& value) { m_vPCOptionsHasBeenSet =
true; m_vPCOptions = std::forward<VPCOptionsT>(value); }
128 template<
typename VPCOptionsT = VPCDerivedInfoStatus>
141 template<
typename CognitoOptionsT = CognitoOptionsStatus>
142 void SetCognitoOptions(CognitoOptionsT&& value) { m_cognitoOptionsHasBeenSet =
true; m_cognitoOptions = std::forward<CognitoOptionsT>(value); }
143 template<
typename CognitoOptionsT = CognitoOptionsStatus>
154 template<
typename EncryptionAtRestOptionsT = EncryptionAtRestOptionsStatus>
155 void SetEncryptionAtRestOptions(EncryptionAtRestOptionsT&& value) { m_encryptionAtRestOptionsHasBeenSet =
true; m_encryptionAtRestOptions = std::forward<EncryptionAtRestOptionsT>(value); }
156 template<
typename EncryptionAtRestOptionsT = EncryptionAtRestOptionsStatus>
167 template<
typename NodeToNodeEncryptionOptionsT = NodeToNodeEncryptionOptionsStatus>
168 void SetNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT&& value) { m_nodeToNodeEncryptionOptionsHasBeenSet =
true; m_nodeToNodeEncryptionOptions = std::forward<NodeToNodeEncryptionOptionsT>(value); }
169 template<
typename NodeToNodeEncryptionOptionsT = NodeToNodeEncryptionOptionsStatus>
181 template<
typename AdvancedOptionsT = AdvancedOptionsStatus>
182 void SetAdvancedOptions(AdvancedOptionsT&& value) { m_advancedOptionsHasBeenSet =
true; m_advancedOptions = std::forward<AdvancedOptionsT>(value); }
183 template<
typename AdvancedOptionsT = AdvancedOptionsStatus>
193 template<
typename LogPublishingOptionsT = LogPublishingOptionsStatus>
194 void SetLogPublishingOptions(LogPublishingOptionsT&& value) { m_logPublishingOptionsHasBeenSet =
true; m_logPublishingOptions = std::forward<LogPublishingOptionsT>(value); }
195 template<
typename LogPublishingOptionsT = LogPublishingOptionsStatus>
206 template<
typename DomainEndpo
intOptionsT = DomainEndpo
intOptionsStatus>
207 void SetDomainEndpointOptions(DomainEndpointOptionsT&& value) { m_domainEndpointOptionsHasBeenSet =
true; m_domainEndpointOptions = std::forward<DomainEndpointOptionsT>(value); }
208 template<
typename DomainEndpo
intOptionsT = DomainEndpo
intOptionsStatus>
218 template<
typename AdvancedSecurityOptionsT = AdvancedSecurityOptionsStatus>
219 void SetAdvancedSecurityOptions(AdvancedSecurityOptionsT&& value) { m_advancedSecurityOptionsHasBeenSet =
true; m_advancedSecurityOptions = std::forward<AdvancedSecurityOptionsT>(value); }
220 template<
typename AdvancedSecurityOptionsT = AdvancedSecurityOptionsStatus>
230 template<
typename AutoTuneOptionsT = AutoTuneOptionsStatus>
231 void SetAutoTuneOptions(AutoTuneOptionsT&& value) { m_autoTuneOptionsHasBeenSet =
true; m_autoTuneOptions = std::forward<AutoTuneOptionsT>(value); }
232 template<
typename AutoTuneOptionsT = AutoTuneOptionsStatus>
242 template<
typename ChangeProgressDetailsT = ChangeProgressDetails>
243 void SetChangeProgressDetails(ChangeProgressDetailsT&& value) { m_changeProgressDetailsHasBeenSet =
true; m_changeProgressDetails = std::forward<ChangeProgressDetailsT>(value); }
244 template<
typename ChangeProgressDetailsT = ChangeProgressDetails>
255 template<
typename ModifyingPropertiesT = Aws::Vector<ModifyingProperties>>
256 void SetModifyingProperties(ModifyingPropertiesT&& value) { m_modifyingPropertiesHasBeenSet =
true; m_modifyingProperties = std::forward<ModifyingPropertiesT>(value); }
257 template<
typename ModifyingPropertiesT = Aws::Vector<ModifyingProperties>>
259 template<
typename ModifyingPropertiesT = ModifyingProperties>
265 bool m_elasticsearchVersionHasBeenSet =
false;
268 bool m_elasticsearchClusterConfigHasBeenSet =
false;
271 bool m_eBSOptionsHasBeenSet =
false;
274 bool m_accessPoliciesHasBeenSet =
false;
277 bool m_snapshotOptionsHasBeenSet =
false;
280 bool m_vPCOptionsHasBeenSet =
false;
283 bool m_cognitoOptionsHasBeenSet =
false;
286 bool m_encryptionAtRestOptionsHasBeenSet =
false;
289 bool m_nodeToNodeEncryptionOptionsHasBeenSet =
false;
292 bool m_advancedOptionsHasBeenSet =
false;
295 bool m_logPublishingOptionsHasBeenSet =
false;
298 bool m_domainEndpointOptionsHasBeenSet =
false;
301 bool m_advancedSecurityOptionsHasBeenSet =
false;
304 bool m_autoTuneOptionsHasBeenSet =
false;
307 bool m_changeProgressDetailsHasBeenSet =
false;
310 bool m_modifyingPropertiesHasBeenSet =
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)
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
const ElasticsearchClusterConfigStatus & GetElasticsearchClusterConfig() const
bool ElasticsearchVersionHasBeenSet() const
const LogPublishingOptionsStatus & GetLogPublishingOptions() const
void SetCognitoOptions(CognitoOptionsT &&value)
const VPCDerivedInfoStatus & GetVPCOptions() const
ElasticsearchDomainConfig & WithEBSOptions(EBSOptionsT &&value)
void SetEncryptionAtRestOptions(EncryptionAtRestOptionsT &&value)
ElasticsearchDomainConfig & WithChangeProgressDetails(ChangeProgressDetailsT &&value)
void SetAdvancedOptions(AdvancedOptionsT &&value)
ElasticsearchDomainConfig & WithElasticsearchVersion(ElasticsearchVersionT &&value)
bool EBSOptionsHasBeenSet() const
void SetVPCOptions(VPCOptionsT &&value)
bool AdvancedSecurityOptionsHasBeenSet() const
ElasticsearchDomainConfig & WithCognitoOptions(CognitoOptionsT &&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
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)
AWS_ELASTICSEARCHSERVICE_API ElasticsearchDomainConfig()=default
void SetElasticsearchVersion(ElasticsearchVersionT &&value)
bool AdvancedOptionsHasBeenSet() const
void SetEBSOptions(EBSOptionsT &&value)
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 ChangeProgressDetails & GetChangeProgressDetails() const
ElasticsearchDomainConfig & WithElasticsearchClusterConfig(ElasticsearchClusterConfigT &&value)
bool ChangeProgressDetailsHasBeenSet() const
bool EncryptionAtRestOptionsHasBeenSet() const
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)
const AdvancedSecurityOptionsStatus & GetAdvancedSecurityOptions() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue