AWS SDK for C++

AWS SDK for C++ Version 1.11.778

Loading...
Searching...
No Matches
CreateDomainRequest.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/opensearch/OpenSearchServiceRequest.h>
11#include <aws/opensearch/OpenSearchService_EXPORTS.h>
12#include <aws/opensearch/model/AIMLOptionsInput.h>
13#include <aws/opensearch/model/AdvancedSecurityOptionsInput.h>
14#include <aws/opensearch/model/AutoTuneOptionsInput.h>
15#include <aws/opensearch/model/ClusterConfig.h>
16#include <aws/opensearch/model/CognitoOptions.h>
17#include <aws/opensearch/model/DeploymentStrategyOptions.h>
18#include <aws/opensearch/model/DomainEndpointOptions.h>
19#include <aws/opensearch/model/EBSOptions.h>
20#include <aws/opensearch/model/EncryptionAtRestOptions.h>
21#include <aws/opensearch/model/IPAddressType.h>
22#include <aws/opensearch/model/IdentityCenterOptionsInput.h>
23#include <aws/opensearch/model/LogPublishingOption.h>
24#include <aws/opensearch/model/LogType.h>
25#include <aws/opensearch/model/NodeToNodeEncryptionOptions.h>
26#include <aws/opensearch/model/OffPeakWindowOptions.h>
27#include <aws/opensearch/model/SnapshotOptions.h>
28#include <aws/opensearch/model/SoftwareUpdateOptions.h>
29#include <aws/opensearch/model/Tag.h>
30#include <aws/opensearch/model/VPCOptions.h>
31
32#include <utility>
33
34namespace Aws {
35namespace OpenSearchService {
36namespace Model {
37
41 public:
42 AWS_OPENSEARCHSERVICE_API CreateDomainRequest() = default;
43
44 // Service request name is the Operation name which will send this request out,
45 // each operation should has unique request name, so that we can get operation's name from this request.
46 // Note: this is not true for response, multiple operations may have the same response name,
47 // so we can not get operation's name from response.
48 inline virtual const char* GetServiceRequestName() const override { return "CreateDomain"; }
49
50 AWS_OPENSEARCHSERVICE_API Aws::String SerializePayload() const override;
51
53
57 inline const Aws::String& GetDomainName() const { return m_domainName; }
58 inline bool DomainNameHasBeenSet() const { return m_domainNameHasBeenSet; }
59 template <typename DomainNameT = Aws::String>
60 void SetDomainName(DomainNameT&& value) {
61 m_domainNameHasBeenSet = true;
62 m_domainName = std::forward<DomainNameT>(value);
63 }
64 template <typename DomainNameT = Aws::String>
65 CreateDomainRequest& WithDomainName(DomainNameT&& value) {
66 SetDomainName(std::forward<DomainNameT>(value));
67 return *this;
68 }
70
72
80 inline const Aws::String& GetEngineVersion() const { return m_engineVersion; }
81 inline bool EngineVersionHasBeenSet() const { return m_engineVersionHasBeenSet; }
82 template <typename EngineVersionT = Aws::String>
83 void SetEngineVersion(EngineVersionT&& value) {
84 m_engineVersionHasBeenSet = true;
85 m_engineVersion = std::forward<EngineVersionT>(value);
86 }
87 template <typename EngineVersionT = Aws::String>
88 CreateDomainRequest& WithEngineVersion(EngineVersionT&& value) {
89 SetEngineVersion(std::forward<EngineVersionT>(value));
90 return *this;
91 }
93
95
98 inline const ClusterConfig& GetClusterConfig() const { return m_clusterConfig; }
99 inline bool ClusterConfigHasBeenSet() const { return m_clusterConfigHasBeenSet; }
100 template <typename ClusterConfigT = ClusterConfig>
101 void SetClusterConfig(ClusterConfigT&& value) {
102 m_clusterConfigHasBeenSet = true;
103 m_clusterConfig = std::forward<ClusterConfigT>(value);
104 }
105 template <typename ClusterConfigT = ClusterConfig>
106 CreateDomainRequest& WithClusterConfig(ClusterConfigT&& value) {
107 SetClusterConfig(std::forward<ClusterConfigT>(value));
108 return *this;
109 }
111
113
117 inline const EBSOptions& GetEBSOptions() const { return m_eBSOptions; }
118 inline bool EBSOptionsHasBeenSet() const { return m_eBSOptionsHasBeenSet; }
119 template <typename EBSOptionsT = EBSOptions>
120 void SetEBSOptions(EBSOptionsT&& value) {
121 m_eBSOptionsHasBeenSet = true;
122 m_eBSOptions = std::forward<EBSOptionsT>(value);
123 }
124 template <typename EBSOptionsT = EBSOptions>
125 CreateDomainRequest& WithEBSOptions(EBSOptionsT&& value) {
126 SetEBSOptions(std::forward<EBSOptionsT>(value));
127 return *this;
128 }
130
132
136 inline const Aws::String& GetAccessPolicies() const { return m_accessPolicies; }
137 inline bool AccessPoliciesHasBeenSet() const { return m_accessPoliciesHasBeenSet; }
138 template <typename AccessPoliciesT = Aws::String>
139 void SetAccessPolicies(AccessPoliciesT&& value) {
140 m_accessPoliciesHasBeenSet = true;
141 m_accessPolicies = std::forward<AccessPoliciesT>(value);
142 }
143 template <typename AccessPoliciesT = Aws::String>
144 CreateDomainRequest& WithAccessPolicies(AccessPoliciesT&& value) {
145 SetAccessPolicies(std::forward<AccessPoliciesT>(value));
146 return *this;
147 }
149
151
157 inline IPAddressType GetIPAddressType() const { return m_iPAddressType; }
158 inline bool IPAddressTypeHasBeenSet() const { return m_iPAddressTypeHasBeenSet; }
159 inline void SetIPAddressType(IPAddressType value) {
160 m_iPAddressTypeHasBeenSet = true;
161 m_iPAddressType = value;
162 }
164 SetIPAddressType(value);
165 return *this;
166 }
168
170
174 inline const SnapshotOptions& GetSnapshotOptions() const { return m_snapshotOptions; }
175 inline bool SnapshotOptionsHasBeenSet() const { return m_snapshotOptionsHasBeenSet; }
176 template <typename SnapshotOptionsT = SnapshotOptions>
177 void SetSnapshotOptions(SnapshotOptionsT&& value) {
178 m_snapshotOptionsHasBeenSet = true;
179 m_snapshotOptions = std::forward<SnapshotOptionsT>(value);
180 }
181 template <typename SnapshotOptionsT = SnapshotOptions>
182 CreateDomainRequest& WithSnapshotOptions(SnapshotOptionsT&& value) {
183 SetSnapshotOptions(std::forward<SnapshotOptionsT>(value));
184 return *this;
185 }
187
189
196 inline const VPCOptions& GetVPCOptions() const { return m_vPCOptions; }
197 inline bool VPCOptionsHasBeenSet() const { return m_vPCOptionsHasBeenSet; }
198 template <typename VPCOptionsT = VPCOptions>
199 void SetVPCOptions(VPCOptionsT&& value) {
200 m_vPCOptionsHasBeenSet = true;
201 m_vPCOptions = std::forward<VPCOptionsT>(value);
202 }
203 template <typename VPCOptionsT = VPCOptions>
204 CreateDomainRequest& WithVPCOptions(VPCOptionsT&& value) {
205 SetVPCOptions(std::forward<VPCOptionsT>(value));
206 return *this;
207 }
209
211
217 inline const CognitoOptions& GetCognitoOptions() const { return m_cognitoOptions; }
218 inline bool CognitoOptionsHasBeenSet() const { return m_cognitoOptionsHasBeenSet; }
219 template <typename CognitoOptionsT = CognitoOptions>
220 void SetCognitoOptions(CognitoOptionsT&& value) {
221 m_cognitoOptionsHasBeenSet = true;
222 m_cognitoOptions = std::forward<CognitoOptionsT>(value);
223 }
224 template <typename CognitoOptionsT = CognitoOptions>
225 CreateDomainRequest& WithCognitoOptions(CognitoOptionsT&& value) {
226 SetCognitoOptions(std::forward<CognitoOptionsT>(value));
227 return *this;
228 }
230
232
235 inline const EncryptionAtRestOptions& GetEncryptionAtRestOptions() const { return m_encryptionAtRestOptions; }
236 inline bool EncryptionAtRestOptionsHasBeenSet() const { return m_encryptionAtRestOptionsHasBeenSet; }
237 template <typename EncryptionAtRestOptionsT = EncryptionAtRestOptions>
238 void SetEncryptionAtRestOptions(EncryptionAtRestOptionsT&& value) {
239 m_encryptionAtRestOptionsHasBeenSet = true;
240 m_encryptionAtRestOptions = std::forward<EncryptionAtRestOptionsT>(value);
241 }
242 template <typename EncryptionAtRestOptionsT = EncryptionAtRestOptions>
243 CreateDomainRequest& WithEncryptionAtRestOptions(EncryptionAtRestOptionsT&& value) {
244 SetEncryptionAtRestOptions(std::forward<EncryptionAtRestOptionsT>(value));
245 return *this;
246 }
248
250
253 inline const NodeToNodeEncryptionOptions& GetNodeToNodeEncryptionOptions() const { return m_nodeToNodeEncryptionOptions; }
254 inline bool NodeToNodeEncryptionOptionsHasBeenSet() const { return m_nodeToNodeEncryptionOptionsHasBeenSet; }
255 template <typename NodeToNodeEncryptionOptionsT = NodeToNodeEncryptionOptions>
256 void SetNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT&& value) {
257 m_nodeToNodeEncryptionOptionsHasBeenSet = true;
258 m_nodeToNodeEncryptionOptions = std::forward<NodeToNodeEncryptionOptionsT>(value);
259 }
260 template <typename NodeToNodeEncryptionOptionsT = NodeToNodeEncryptionOptions>
261 CreateDomainRequest& WithNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT&& value) {
262 SetNodeToNodeEncryptionOptions(std::forward<NodeToNodeEncryptionOptionsT>(value));
263 return *this;
264 }
266
268
291 inline const Aws::Map<Aws::String, Aws::String>& GetAdvancedOptions() const { return m_advancedOptions; }
292 inline bool AdvancedOptionsHasBeenSet() const { return m_advancedOptionsHasBeenSet; }
293 template <typename AdvancedOptionsT = Aws::Map<Aws::String, Aws::String>>
294 void SetAdvancedOptions(AdvancedOptionsT&& value) {
295 m_advancedOptionsHasBeenSet = true;
296 m_advancedOptions = std::forward<AdvancedOptionsT>(value);
297 }
298 template <typename AdvancedOptionsT = Aws::Map<Aws::String, Aws::String>>
299 CreateDomainRequest& WithAdvancedOptions(AdvancedOptionsT&& value) {
300 SetAdvancedOptions(std::forward<AdvancedOptionsT>(value));
301 return *this;
302 }
303 template <typename AdvancedOptionsKeyT = Aws::String, typename AdvancedOptionsValueT = Aws::String>
304 CreateDomainRequest& AddAdvancedOptions(AdvancedOptionsKeyT&& key, AdvancedOptionsValueT&& value) {
305 m_advancedOptionsHasBeenSet = true;
306 m_advancedOptions.emplace(std::forward<AdvancedOptionsKeyT>(key), std::forward<AdvancedOptionsValueT>(value));
307 return *this;
308 }
310
312
315 inline const Aws::Map<LogType, LogPublishingOption>& GetLogPublishingOptions() const { return m_logPublishingOptions; }
316 inline bool LogPublishingOptionsHasBeenSet() const { return m_logPublishingOptionsHasBeenSet; }
317 template <typename LogPublishingOptionsT = Aws::Map<LogType, LogPublishingOption>>
318 void SetLogPublishingOptions(LogPublishingOptionsT&& value) {
319 m_logPublishingOptionsHasBeenSet = true;
320 m_logPublishingOptions = std::forward<LogPublishingOptionsT>(value);
321 }
322 template <typename LogPublishingOptionsT = Aws::Map<LogType, LogPublishingOption>>
323 CreateDomainRequest& WithLogPublishingOptions(LogPublishingOptionsT&& value) {
324 SetLogPublishingOptions(std::forward<LogPublishingOptionsT>(value));
325 return *this;
326 }
328 m_logPublishingOptionsHasBeenSet = true;
329 m_logPublishingOptions.emplace(key, value);
330 return *this;
331 }
333
335
339 inline const DomainEndpointOptions& GetDomainEndpointOptions() const { return m_domainEndpointOptions; }
340 inline bool DomainEndpointOptionsHasBeenSet() const { return m_domainEndpointOptionsHasBeenSet; }
341 template <typename DomainEndpointOptionsT = DomainEndpointOptions>
342 void SetDomainEndpointOptions(DomainEndpointOptionsT&& value) {
343 m_domainEndpointOptionsHasBeenSet = true;
344 m_domainEndpointOptions = std::forward<DomainEndpointOptionsT>(value);
345 }
346 template <typename DomainEndpointOptionsT = DomainEndpointOptions>
347 CreateDomainRequest& WithDomainEndpointOptions(DomainEndpointOptionsT&& value) {
348 SetDomainEndpointOptions(std::forward<DomainEndpointOptionsT>(value));
349 return *this;
350 }
352
354
357 inline const AdvancedSecurityOptionsInput& GetAdvancedSecurityOptions() const { return m_advancedSecurityOptions; }
358 inline bool AdvancedSecurityOptionsHasBeenSet() const { return m_advancedSecurityOptionsHasBeenSet; }
359 template <typename AdvancedSecurityOptionsT = AdvancedSecurityOptionsInput>
360 void SetAdvancedSecurityOptions(AdvancedSecurityOptionsT&& value) {
361 m_advancedSecurityOptionsHasBeenSet = true;
362 m_advancedSecurityOptions = std::forward<AdvancedSecurityOptionsT>(value);
363 }
364 template <typename AdvancedSecurityOptionsT = AdvancedSecurityOptionsInput>
365 CreateDomainRequest& WithAdvancedSecurityOptions(AdvancedSecurityOptionsT&& value) {
366 SetAdvancedSecurityOptions(std::forward<AdvancedSecurityOptionsT>(value));
367 return *this;
368 }
370
372
376 inline const IdentityCenterOptionsInput& GetIdentityCenterOptions() const { return m_identityCenterOptions; }
377 inline bool IdentityCenterOptionsHasBeenSet() const { return m_identityCenterOptionsHasBeenSet; }
378 template <typename IdentityCenterOptionsT = IdentityCenterOptionsInput>
379 void SetIdentityCenterOptions(IdentityCenterOptionsT&& value) {
380 m_identityCenterOptionsHasBeenSet = true;
381 m_identityCenterOptions = std::forward<IdentityCenterOptionsT>(value);
382 }
383 template <typename IdentityCenterOptionsT = IdentityCenterOptionsInput>
384 CreateDomainRequest& WithIdentityCenterOptions(IdentityCenterOptionsT&& value) {
385 SetIdentityCenterOptions(std::forward<IdentityCenterOptionsT>(value));
386 return *this;
387 }
389
391
394 inline const Aws::Vector<Tag>& GetTagList() const { return m_tagList; }
395 inline bool TagListHasBeenSet() const { return m_tagListHasBeenSet; }
396 template <typename TagListT = Aws::Vector<Tag>>
397 void SetTagList(TagListT&& value) {
398 m_tagListHasBeenSet = true;
399 m_tagList = std::forward<TagListT>(value);
400 }
401 template <typename TagListT = Aws::Vector<Tag>>
402 CreateDomainRequest& WithTagList(TagListT&& value) {
403 SetTagList(std::forward<TagListT>(value));
404 return *this;
405 }
406 template <typename TagListT = Tag>
407 CreateDomainRequest& AddTagList(TagListT&& value) {
408 m_tagListHasBeenSet = true;
409 m_tagList.emplace_back(std::forward<TagListT>(value));
410 return *this;
411 }
413
415
418 inline const AutoTuneOptionsInput& GetAutoTuneOptions() const { return m_autoTuneOptions; }
419 inline bool AutoTuneOptionsHasBeenSet() const { return m_autoTuneOptionsHasBeenSet; }
420 template <typename AutoTuneOptionsT = AutoTuneOptionsInput>
421 void SetAutoTuneOptions(AutoTuneOptionsT&& value) {
422 m_autoTuneOptionsHasBeenSet = true;
423 m_autoTuneOptions = std::forward<AutoTuneOptionsT>(value);
424 }
425 template <typename AutoTuneOptionsT = AutoTuneOptionsInput>
426 CreateDomainRequest& WithAutoTuneOptions(AutoTuneOptionsT&& value) {
427 SetAutoTuneOptions(std::forward<AutoTuneOptionsT>(value));
428 return *this;
429 }
431
433
440 inline const OffPeakWindowOptions& GetOffPeakWindowOptions() const { return m_offPeakWindowOptions; }
441 inline bool OffPeakWindowOptionsHasBeenSet() const { return m_offPeakWindowOptionsHasBeenSet; }
442 template <typename OffPeakWindowOptionsT = OffPeakWindowOptions>
443 void SetOffPeakWindowOptions(OffPeakWindowOptionsT&& value) {
444 m_offPeakWindowOptionsHasBeenSet = true;
445 m_offPeakWindowOptions = std::forward<OffPeakWindowOptionsT>(value);
446 }
447 template <typename OffPeakWindowOptionsT = OffPeakWindowOptions>
448 CreateDomainRequest& WithOffPeakWindowOptions(OffPeakWindowOptionsT&& value) {
449 SetOffPeakWindowOptions(std::forward<OffPeakWindowOptionsT>(value));
450 return *this;
451 }
453
455
458 inline const SoftwareUpdateOptions& GetSoftwareUpdateOptions() const { return m_softwareUpdateOptions; }
459 inline bool SoftwareUpdateOptionsHasBeenSet() const { return m_softwareUpdateOptionsHasBeenSet; }
460 template <typename SoftwareUpdateOptionsT = SoftwareUpdateOptions>
461 void SetSoftwareUpdateOptions(SoftwareUpdateOptionsT&& value) {
462 m_softwareUpdateOptionsHasBeenSet = true;
463 m_softwareUpdateOptions = std::forward<SoftwareUpdateOptionsT>(value);
464 }
465 template <typename SoftwareUpdateOptionsT = SoftwareUpdateOptions>
466 CreateDomainRequest& WithSoftwareUpdateOptions(SoftwareUpdateOptionsT&& value) {
467 SetSoftwareUpdateOptions(std::forward<SoftwareUpdateOptionsT>(value));
468 return *this;
469 }
471
473
476 inline const AIMLOptionsInput& GetAIMLOptions() const { return m_aIMLOptions; }
477 inline bool AIMLOptionsHasBeenSet() const { return m_aIMLOptionsHasBeenSet; }
478 template <typename AIMLOptionsT = AIMLOptionsInput>
479 void SetAIMLOptions(AIMLOptionsT&& value) {
480 m_aIMLOptionsHasBeenSet = true;
481 m_aIMLOptions = std::forward<AIMLOptionsT>(value);
482 }
483 template <typename AIMLOptionsT = AIMLOptionsInput>
484 CreateDomainRequest& WithAIMLOptions(AIMLOptionsT&& value) {
485 SetAIMLOptions(std::forward<AIMLOptionsT>(value));
486 return *this;
487 }
489
491
494 inline const DeploymentStrategyOptions& GetDeploymentStrategyOptions() const { return m_deploymentStrategyOptions; }
495 inline bool DeploymentStrategyOptionsHasBeenSet() const { return m_deploymentStrategyOptionsHasBeenSet; }
496 template <typename DeploymentStrategyOptionsT = DeploymentStrategyOptions>
497 void SetDeploymentStrategyOptions(DeploymentStrategyOptionsT&& value) {
498 m_deploymentStrategyOptionsHasBeenSet = true;
499 m_deploymentStrategyOptions = std::forward<DeploymentStrategyOptionsT>(value);
500 }
501 template <typename DeploymentStrategyOptionsT = DeploymentStrategyOptions>
502 CreateDomainRequest& WithDeploymentStrategyOptions(DeploymentStrategyOptionsT&& value) {
503 SetDeploymentStrategyOptions(std::forward<DeploymentStrategyOptionsT>(value));
504 return *this;
505 }
507 private:
508 Aws::String m_domainName;
509
510 Aws::String m_engineVersion;
511
512 ClusterConfig m_clusterConfig;
513
514 EBSOptions m_eBSOptions;
515
516 Aws::String m_accessPolicies;
517
518 IPAddressType m_iPAddressType{IPAddressType::NOT_SET};
519
520 SnapshotOptions m_snapshotOptions;
521
522 VPCOptions m_vPCOptions;
523
524 CognitoOptions m_cognitoOptions;
525
526 EncryptionAtRestOptions m_encryptionAtRestOptions;
527
528 NodeToNodeEncryptionOptions m_nodeToNodeEncryptionOptions;
529
530 Aws::Map<Aws::String, Aws::String> m_advancedOptions;
531
532 Aws::Map<LogType, LogPublishingOption> m_logPublishingOptions;
533
534 DomainEndpointOptions m_domainEndpointOptions;
535
536 AdvancedSecurityOptionsInput m_advancedSecurityOptions;
537
538 IdentityCenterOptionsInput m_identityCenterOptions;
539
540 Aws::Vector<Tag> m_tagList;
541
542 AutoTuneOptionsInput m_autoTuneOptions;
543
544 OffPeakWindowOptions m_offPeakWindowOptions;
545
546 SoftwareUpdateOptions m_softwareUpdateOptions;
547
548 AIMLOptionsInput m_aIMLOptions;
549
550 DeploymentStrategyOptions m_deploymentStrategyOptions;
551 bool m_domainNameHasBeenSet = false;
552 bool m_engineVersionHasBeenSet = false;
553 bool m_clusterConfigHasBeenSet = false;
554 bool m_eBSOptionsHasBeenSet = false;
555 bool m_accessPoliciesHasBeenSet = false;
556 bool m_iPAddressTypeHasBeenSet = false;
557 bool m_snapshotOptionsHasBeenSet = false;
558 bool m_vPCOptionsHasBeenSet = false;
559 bool m_cognitoOptionsHasBeenSet = false;
560 bool m_encryptionAtRestOptionsHasBeenSet = false;
561 bool m_nodeToNodeEncryptionOptionsHasBeenSet = false;
562 bool m_advancedOptionsHasBeenSet = false;
563 bool m_logPublishingOptionsHasBeenSet = false;
564 bool m_domainEndpointOptionsHasBeenSet = false;
565 bool m_advancedSecurityOptionsHasBeenSet = false;
566 bool m_identityCenterOptionsHasBeenSet = false;
567 bool m_tagListHasBeenSet = false;
568 bool m_autoTuneOptionsHasBeenSet = false;
569 bool m_offPeakWindowOptionsHasBeenSet = false;
570 bool m_softwareUpdateOptionsHasBeenSet = false;
571 bool m_aIMLOptionsHasBeenSet = false;
572 bool m_deploymentStrategyOptionsHasBeenSet = false;
573};
574
575} // namespace Model
576} // namespace OpenSearchService
577} // namespace Aws
void SetIdentityCenterOptions(IdentityCenterOptionsT &&value)
CreateDomainRequest & WithNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT &&value)
CreateDomainRequest & WithTagList(TagListT &&value)
const Aws::Map< LogType, LogPublishingOption > & GetLogPublishingOptions() const
void SetSoftwareUpdateOptions(SoftwareUpdateOptionsT &&value)
CreateDomainRequest & WithAdvancedSecurityOptions(AdvancedSecurityOptionsT &&value)
CreateDomainRequest & AddAdvancedOptions(AdvancedOptionsKeyT &&key, AdvancedOptionsValueT &&value)
CreateDomainRequest & WithDeploymentStrategyOptions(DeploymentStrategyOptionsT &&value)
CreateDomainRequest & WithDomainName(DomainNameT &&value)
CreateDomainRequest & WithCognitoOptions(CognitoOptionsT &&value)
virtual const char * GetServiceRequestName() const override
CreateDomainRequest & WithEngineVersion(EngineVersionT &&value)
CreateDomainRequest & WithAIMLOptions(AIMLOptionsT &&value)
CreateDomainRequest & AddTagList(TagListT &&value)
CreateDomainRequest & WithVPCOptions(VPCOptionsT &&value)
void SetDomainEndpointOptions(DomainEndpointOptionsT &&value)
CreateDomainRequest & WithEBSOptions(EBSOptionsT &&value)
const SoftwareUpdateOptions & GetSoftwareUpdateOptions() const
CreateDomainRequest & WithAutoTuneOptions(AutoTuneOptionsT &&value)
void SetDeploymentStrategyOptions(DeploymentStrategyOptionsT &&value)
const DeploymentStrategyOptions & GetDeploymentStrategyOptions() const
const IdentityCenterOptionsInput & GetIdentityCenterOptions() const
const AdvancedSecurityOptionsInput & GetAdvancedSecurityOptions() const
const NodeToNodeEncryptionOptions & GetNodeToNodeEncryptionOptions() const
CreateDomainRequest & WithIdentityCenterOptions(IdentityCenterOptionsT &&value)
const DomainEndpointOptions & GetDomainEndpointOptions() const
const EncryptionAtRestOptions & GetEncryptionAtRestOptions() const
void SetOffPeakWindowOptions(OffPeakWindowOptionsT &&value)
AWS_OPENSEARCHSERVICE_API CreateDomainRequest()=default
CreateDomainRequest & WithAccessPolicies(AccessPoliciesT &&value)
void SetEncryptionAtRestOptions(EncryptionAtRestOptionsT &&value)
CreateDomainRequest & WithSnapshotOptions(SnapshotOptionsT &&value)
CreateDomainRequest & WithAdvancedOptions(AdvancedOptionsT &&value)
const OffPeakWindowOptions & GetOffPeakWindowOptions() const
CreateDomainRequest & WithSoftwareUpdateOptions(SoftwareUpdateOptionsT &&value)
CreateDomainRequest & WithEncryptionAtRestOptions(EncryptionAtRestOptionsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetAdvancedOptions() const
AWS_OPENSEARCHSERVICE_API Aws::String SerializePayload() const override
CreateDomainRequest & AddLogPublishingOptions(LogType key, LogPublishingOption value)
CreateDomainRequest & WithLogPublishingOptions(LogPublishingOptionsT &&value)
const AutoTuneOptionsInput & GetAutoTuneOptions() const
void SetLogPublishingOptions(LogPublishingOptionsT &&value)
CreateDomainRequest & WithDomainEndpointOptions(DomainEndpointOptionsT &&value)
void SetNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT &&value)
void SetAdvancedSecurityOptions(AdvancedSecurityOptionsT &&value)
CreateDomainRequest & WithOffPeakWindowOptions(OffPeakWindowOptionsT &&value)
CreateDomainRequest & WithClusterConfig(ClusterConfigT &&value)
CreateDomainRequest & WithIPAddressType(IPAddressType 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
std::vector< T, Aws::Allocator< T > > Vector