AWS SDK for C++

AWS SDK for C++ Version 1.11.816

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/AutomatedSnapshotPauseRequestOptions.h>
16#include <aws/opensearch/model/ClusterConfig.h>
17#include <aws/opensearch/model/CognitoOptions.h>
18#include <aws/opensearch/model/DeploymentStrategyOptions.h>
19#include <aws/opensearch/model/DomainEndpointOptions.h>
20#include <aws/opensearch/model/EBSOptions.h>
21#include <aws/opensearch/model/EncryptionAtRestOptions.h>
22#include <aws/opensearch/model/IPAddressType.h>
23#include <aws/opensearch/model/IdentityCenterOptionsInput.h>
24#include <aws/opensearch/model/LogPublishingOption.h>
25#include <aws/opensearch/model/LogType.h>
26#include <aws/opensearch/model/NodeToNodeEncryptionOptions.h>
27#include <aws/opensearch/model/OffPeakWindowOptions.h>
28#include <aws/opensearch/model/SnapshotOptions.h>
29#include <aws/opensearch/model/SoftwareUpdateOptions.h>
30#include <aws/opensearch/model/Tag.h>
31#include <aws/opensearch/model/VPCOptions.h>
32
33#include <utility>
34
35namespace Aws {
36namespace OpenSearchService {
37namespace Model {
38
42 public:
43 AWS_OPENSEARCHSERVICE_API CreateDomainRequest() = default;
44
45 // Service request name is the Operation name which will send this request out,
46 // each operation should has unique request name, so that we can get operation's name from this request.
47 // Note: this is not true for response, multiple operations may have the same response name,
48 // so we can not get operation's name from response.
49 inline virtual const char* GetServiceRequestName() const override { return "CreateDomain"; }
50
51 AWS_OPENSEARCHSERVICE_API Aws::String SerializePayload() const override;
52
54
58 inline const Aws::String& GetDomainName() const { return m_domainName; }
59 inline bool DomainNameHasBeenSet() const { return m_domainNameHasBeenSet; }
60 template <typename DomainNameT = Aws::String>
61 void SetDomainName(DomainNameT&& value) {
62 m_domainNameHasBeenSet = true;
63 m_domainName = std::forward<DomainNameT>(value);
64 }
65 template <typename DomainNameT = Aws::String>
66 CreateDomainRequest& WithDomainName(DomainNameT&& value) {
67 SetDomainName(std::forward<DomainNameT>(value));
68 return *this;
69 }
71
73
81 inline const Aws::String& GetEngineVersion() const { return m_engineVersion; }
82 inline bool EngineVersionHasBeenSet() const { return m_engineVersionHasBeenSet; }
83 template <typename EngineVersionT = Aws::String>
84 void SetEngineVersion(EngineVersionT&& value) {
85 m_engineVersionHasBeenSet = true;
86 m_engineVersion = std::forward<EngineVersionT>(value);
87 }
88 template <typename EngineVersionT = Aws::String>
89 CreateDomainRequest& WithEngineVersion(EngineVersionT&& value) {
90 SetEngineVersion(std::forward<EngineVersionT>(value));
91 return *this;
92 }
94
96
99 inline const ClusterConfig& GetClusterConfig() const { return m_clusterConfig; }
100 inline bool ClusterConfigHasBeenSet() const { return m_clusterConfigHasBeenSet; }
101 template <typename ClusterConfigT = ClusterConfig>
102 void SetClusterConfig(ClusterConfigT&& value) {
103 m_clusterConfigHasBeenSet = true;
104 m_clusterConfig = std::forward<ClusterConfigT>(value);
105 }
106 template <typename ClusterConfigT = ClusterConfig>
107 CreateDomainRequest& WithClusterConfig(ClusterConfigT&& value) {
108 SetClusterConfig(std::forward<ClusterConfigT>(value));
109 return *this;
110 }
112
114
118 inline const EBSOptions& GetEBSOptions() const { return m_eBSOptions; }
119 inline bool EBSOptionsHasBeenSet() const { return m_eBSOptionsHasBeenSet; }
120 template <typename EBSOptionsT = EBSOptions>
121 void SetEBSOptions(EBSOptionsT&& value) {
122 m_eBSOptionsHasBeenSet = true;
123 m_eBSOptions = std::forward<EBSOptionsT>(value);
124 }
125 template <typename EBSOptionsT = EBSOptions>
126 CreateDomainRequest& WithEBSOptions(EBSOptionsT&& value) {
127 SetEBSOptions(std::forward<EBSOptionsT>(value));
128 return *this;
129 }
131
133
137 inline const Aws::String& GetAccessPolicies() const { return m_accessPolicies; }
138 inline bool AccessPoliciesHasBeenSet() const { return m_accessPoliciesHasBeenSet; }
139 template <typename AccessPoliciesT = Aws::String>
140 void SetAccessPolicies(AccessPoliciesT&& value) {
141 m_accessPoliciesHasBeenSet = true;
142 m_accessPolicies = std::forward<AccessPoliciesT>(value);
143 }
144 template <typename AccessPoliciesT = Aws::String>
145 CreateDomainRequest& WithAccessPolicies(AccessPoliciesT&& value) {
146 SetAccessPolicies(std::forward<AccessPoliciesT>(value));
147 return *this;
148 }
150
152
158 inline IPAddressType GetIPAddressType() const { return m_iPAddressType; }
159 inline bool IPAddressTypeHasBeenSet() const { return m_iPAddressTypeHasBeenSet; }
160 inline void SetIPAddressType(IPAddressType value) {
161 m_iPAddressTypeHasBeenSet = true;
162 m_iPAddressType = value;
163 }
165 SetIPAddressType(value);
166 return *this;
167 }
169
171
175 inline const SnapshotOptions& GetSnapshotOptions() const { return m_snapshotOptions; }
176 inline bool SnapshotOptionsHasBeenSet() const { return m_snapshotOptionsHasBeenSet; }
177 template <typename SnapshotOptionsT = SnapshotOptions>
178 void SetSnapshotOptions(SnapshotOptionsT&& value) {
179 m_snapshotOptionsHasBeenSet = true;
180 m_snapshotOptions = std::forward<SnapshotOptionsT>(value);
181 }
182 template <typename SnapshotOptionsT = SnapshotOptions>
183 CreateDomainRequest& WithSnapshotOptions(SnapshotOptionsT&& value) {
184 SetSnapshotOptions(std::forward<SnapshotOptionsT>(value));
185 return *this;
186 }
188
190
197 inline const VPCOptions& GetVPCOptions() const { return m_vPCOptions; }
198 inline bool VPCOptionsHasBeenSet() const { return m_vPCOptionsHasBeenSet; }
199 template <typename VPCOptionsT = VPCOptions>
200 void SetVPCOptions(VPCOptionsT&& value) {
201 m_vPCOptionsHasBeenSet = true;
202 m_vPCOptions = std::forward<VPCOptionsT>(value);
203 }
204 template <typename VPCOptionsT = VPCOptions>
205 CreateDomainRequest& WithVPCOptions(VPCOptionsT&& value) {
206 SetVPCOptions(std::forward<VPCOptionsT>(value));
207 return *this;
208 }
210
212
218 inline const CognitoOptions& GetCognitoOptions() const { return m_cognitoOptions; }
219 inline bool CognitoOptionsHasBeenSet() const { return m_cognitoOptionsHasBeenSet; }
220 template <typename CognitoOptionsT = CognitoOptions>
221 void SetCognitoOptions(CognitoOptionsT&& value) {
222 m_cognitoOptionsHasBeenSet = true;
223 m_cognitoOptions = std::forward<CognitoOptionsT>(value);
224 }
225 template <typename CognitoOptionsT = CognitoOptions>
226 CreateDomainRequest& WithCognitoOptions(CognitoOptionsT&& value) {
227 SetCognitoOptions(std::forward<CognitoOptionsT>(value));
228 return *this;
229 }
231
233
236 inline const EncryptionAtRestOptions& GetEncryptionAtRestOptions() const { return m_encryptionAtRestOptions; }
237 inline bool EncryptionAtRestOptionsHasBeenSet() const { return m_encryptionAtRestOptionsHasBeenSet; }
238 template <typename EncryptionAtRestOptionsT = EncryptionAtRestOptions>
239 void SetEncryptionAtRestOptions(EncryptionAtRestOptionsT&& value) {
240 m_encryptionAtRestOptionsHasBeenSet = true;
241 m_encryptionAtRestOptions = std::forward<EncryptionAtRestOptionsT>(value);
242 }
243 template <typename EncryptionAtRestOptionsT = EncryptionAtRestOptions>
244 CreateDomainRequest& WithEncryptionAtRestOptions(EncryptionAtRestOptionsT&& value) {
245 SetEncryptionAtRestOptions(std::forward<EncryptionAtRestOptionsT>(value));
246 return *this;
247 }
249
251
254 inline const NodeToNodeEncryptionOptions& GetNodeToNodeEncryptionOptions() const { return m_nodeToNodeEncryptionOptions; }
255 inline bool NodeToNodeEncryptionOptionsHasBeenSet() const { return m_nodeToNodeEncryptionOptionsHasBeenSet; }
256 template <typename NodeToNodeEncryptionOptionsT = NodeToNodeEncryptionOptions>
257 void SetNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT&& value) {
258 m_nodeToNodeEncryptionOptionsHasBeenSet = true;
259 m_nodeToNodeEncryptionOptions = std::forward<NodeToNodeEncryptionOptionsT>(value);
260 }
261 template <typename NodeToNodeEncryptionOptionsT = NodeToNodeEncryptionOptions>
262 CreateDomainRequest& WithNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT&& value) {
263 SetNodeToNodeEncryptionOptions(std::forward<NodeToNodeEncryptionOptionsT>(value));
264 return *this;
265 }
267
269
292 inline const Aws::Map<Aws::String, Aws::String>& GetAdvancedOptions() const { return m_advancedOptions; }
293 inline bool AdvancedOptionsHasBeenSet() const { return m_advancedOptionsHasBeenSet; }
294 template <typename AdvancedOptionsT = Aws::Map<Aws::String, Aws::String>>
295 void SetAdvancedOptions(AdvancedOptionsT&& value) {
296 m_advancedOptionsHasBeenSet = true;
297 m_advancedOptions = std::forward<AdvancedOptionsT>(value);
298 }
299 template <typename AdvancedOptionsT = Aws::Map<Aws::String, Aws::String>>
300 CreateDomainRequest& WithAdvancedOptions(AdvancedOptionsT&& value) {
301 SetAdvancedOptions(std::forward<AdvancedOptionsT>(value));
302 return *this;
303 }
304 template <typename AdvancedOptionsKeyT = Aws::String, typename AdvancedOptionsValueT = Aws::String>
305 CreateDomainRequest& AddAdvancedOptions(AdvancedOptionsKeyT&& key, AdvancedOptionsValueT&& value) {
306 m_advancedOptionsHasBeenSet = true;
307 m_advancedOptions.emplace(std::forward<AdvancedOptionsKeyT>(key), std::forward<AdvancedOptionsValueT>(value));
308 return *this;
309 }
311
313
316 inline const Aws::Map<LogType, LogPublishingOption>& GetLogPublishingOptions() const { return m_logPublishingOptions; }
317 inline bool LogPublishingOptionsHasBeenSet() const { return m_logPublishingOptionsHasBeenSet; }
318 template <typename LogPublishingOptionsT = Aws::Map<LogType, LogPublishingOption>>
319 void SetLogPublishingOptions(LogPublishingOptionsT&& value) {
320 m_logPublishingOptionsHasBeenSet = true;
321 m_logPublishingOptions = std::forward<LogPublishingOptionsT>(value);
322 }
323 template <typename LogPublishingOptionsT = Aws::Map<LogType, LogPublishingOption>>
324 CreateDomainRequest& WithLogPublishingOptions(LogPublishingOptionsT&& value) {
325 SetLogPublishingOptions(std::forward<LogPublishingOptionsT>(value));
326 return *this;
327 }
329 m_logPublishingOptionsHasBeenSet = true;
330 m_logPublishingOptions.emplace(key, value);
331 return *this;
332 }
334
336
340 inline const DomainEndpointOptions& GetDomainEndpointOptions() const { return m_domainEndpointOptions; }
341 inline bool DomainEndpointOptionsHasBeenSet() const { return m_domainEndpointOptionsHasBeenSet; }
342 template <typename DomainEndpointOptionsT = DomainEndpointOptions>
343 void SetDomainEndpointOptions(DomainEndpointOptionsT&& value) {
344 m_domainEndpointOptionsHasBeenSet = true;
345 m_domainEndpointOptions = std::forward<DomainEndpointOptionsT>(value);
346 }
347 template <typename DomainEndpointOptionsT = DomainEndpointOptions>
348 CreateDomainRequest& WithDomainEndpointOptions(DomainEndpointOptionsT&& value) {
349 SetDomainEndpointOptions(std::forward<DomainEndpointOptionsT>(value));
350 return *this;
351 }
353
355
358 inline const AdvancedSecurityOptionsInput& GetAdvancedSecurityOptions() const { return m_advancedSecurityOptions; }
359 inline bool AdvancedSecurityOptionsHasBeenSet() const { return m_advancedSecurityOptionsHasBeenSet; }
360 template <typename AdvancedSecurityOptionsT = AdvancedSecurityOptionsInput>
361 void SetAdvancedSecurityOptions(AdvancedSecurityOptionsT&& value) {
362 m_advancedSecurityOptionsHasBeenSet = true;
363 m_advancedSecurityOptions = std::forward<AdvancedSecurityOptionsT>(value);
364 }
365 template <typename AdvancedSecurityOptionsT = AdvancedSecurityOptionsInput>
366 CreateDomainRequest& WithAdvancedSecurityOptions(AdvancedSecurityOptionsT&& value) {
367 SetAdvancedSecurityOptions(std::forward<AdvancedSecurityOptionsT>(value));
368 return *this;
369 }
371
373
377 inline const IdentityCenterOptionsInput& GetIdentityCenterOptions() const { return m_identityCenterOptions; }
378 inline bool IdentityCenterOptionsHasBeenSet() const { return m_identityCenterOptionsHasBeenSet; }
379 template <typename IdentityCenterOptionsT = IdentityCenterOptionsInput>
380 void SetIdentityCenterOptions(IdentityCenterOptionsT&& value) {
381 m_identityCenterOptionsHasBeenSet = true;
382 m_identityCenterOptions = std::forward<IdentityCenterOptionsT>(value);
383 }
384 template <typename IdentityCenterOptionsT = IdentityCenterOptionsInput>
385 CreateDomainRequest& WithIdentityCenterOptions(IdentityCenterOptionsT&& value) {
386 SetIdentityCenterOptions(std::forward<IdentityCenterOptionsT>(value));
387 return *this;
388 }
390
392
395 inline const Aws::Vector<Tag>& GetTagList() const { return m_tagList; }
396 inline bool TagListHasBeenSet() const { return m_tagListHasBeenSet; }
397 template <typename TagListT = Aws::Vector<Tag>>
398 void SetTagList(TagListT&& value) {
399 m_tagListHasBeenSet = true;
400 m_tagList = std::forward<TagListT>(value);
401 }
402 template <typename TagListT = Aws::Vector<Tag>>
403 CreateDomainRequest& WithTagList(TagListT&& value) {
404 SetTagList(std::forward<TagListT>(value));
405 return *this;
406 }
407 template <typename TagListT = Tag>
408 CreateDomainRequest& AddTagList(TagListT&& value) {
409 m_tagListHasBeenSet = true;
410 m_tagList.emplace_back(std::forward<TagListT>(value));
411 return *this;
412 }
414
416
419 inline const AutoTuneOptionsInput& GetAutoTuneOptions() const { return m_autoTuneOptions; }
420 inline bool AutoTuneOptionsHasBeenSet() const { return m_autoTuneOptionsHasBeenSet; }
421 template <typename AutoTuneOptionsT = AutoTuneOptionsInput>
422 void SetAutoTuneOptions(AutoTuneOptionsT&& value) {
423 m_autoTuneOptionsHasBeenSet = true;
424 m_autoTuneOptions = std::forward<AutoTuneOptionsT>(value);
425 }
426 template <typename AutoTuneOptionsT = AutoTuneOptionsInput>
427 CreateDomainRequest& WithAutoTuneOptions(AutoTuneOptionsT&& value) {
428 SetAutoTuneOptions(std::forward<AutoTuneOptionsT>(value));
429 return *this;
430 }
432
434
441 inline const OffPeakWindowOptions& GetOffPeakWindowOptions() const { return m_offPeakWindowOptions; }
442 inline bool OffPeakWindowOptionsHasBeenSet() const { return m_offPeakWindowOptionsHasBeenSet; }
443 template <typename OffPeakWindowOptionsT = OffPeakWindowOptions>
444 void SetOffPeakWindowOptions(OffPeakWindowOptionsT&& value) {
445 m_offPeakWindowOptionsHasBeenSet = true;
446 m_offPeakWindowOptions = std::forward<OffPeakWindowOptionsT>(value);
447 }
448 template <typename OffPeakWindowOptionsT = OffPeakWindowOptions>
449 CreateDomainRequest& WithOffPeakWindowOptions(OffPeakWindowOptionsT&& value) {
450 SetOffPeakWindowOptions(std::forward<OffPeakWindowOptionsT>(value));
451 return *this;
452 }
454
456
459 inline const SoftwareUpdateOptions& GetSoftwareUpdateOptions() const { return m_softwareUpdateOptions; }
460 inline bool SoftwareUpdateOptionsHasBeenSet() const { return m_softwareUpdateOptionsHasBeenSet; }
461 template <typename SoftwareUpdateOptionsT = SoftwareUpdateOptions>
462 void SetSoftwareUpdateOptions(SoftwareUpdateOptionsT&& value) {
463 m_softwareUpdateOptionsHasBeenSet = true;
464 m_softwareUpdateOptions = std::forward<SoftwareUpdateOptionsT>(value);
465 }
466 template <typename SoftwareUpdateOptionsT = SoftwareUpdateOptions>
467 CreateDomainRequest& WithSoftwareUpdateOptions(SoftwareUpdateOptionsT&& value) {
468 SetSoftwareUpdateOptions(std::forward<SoftwareUpdateOptionsT>(value));
469 return *this;
470 }
472
474
477 inline const AIMLOptionsInput& GetAIMLOptions() const { return m_aIMLOptions; }
478 inline bool AIMLOptionsHasBeenSet() const { return m_aIMLOptionsHasBeenSet; }
479 template <typename AIMLOptionsT = AIMLOptionsInput>
480 void SetAIMLOptions(AIMLOptionsT&& value) {
481 m_aIMLOptionsHasBeenSet = true;
482 m_aIMLOptions = std::forward<AIMLOptionsT>(value);
483 }
484 template <typename AIMLOptionsT = AIMLOptionsInput>
485 CreateDomainRequest& WithAIMLOptions(AIMLOptionsT&& value) {
486 SetAIMLOptions(std::forward<AIMLOptionsT>(value));
487 return *this;
488 }
490
492
495 inline const DeploymentStrategyOptions& GetDeploymentStrategyOptions() const { return m_deploymentStrategyOptions; }
496 inline bool DeploymentStrategyOptionsHasBeenSet() const { return m_deploymentStrategyOptionsHasBeenSet; }
497 template <typename DeploymentStrategyOptionsT = DeploymentStrategyOptions>
498 void SetDeploymentStrategyOptions(DeploymentStrategyOptionsT&& value) {
499 m_deploymentStrategyOptionsHasBeenSet = true;
500 m_deploymentStrategyOptions = std::forward<DeploymentStrategyOptionsT>(value);
501 }
502 template <typename DeploymentStrategyOptionsT = DeploymentStrategyOptions>
503 CreateDomainRequest& WithDeploymentStrategyOptions(DeploymentStrategyOptionsT&& value) {
504 SetDeploymentStrategyOptions(std::forward<DeploymentStrategyOptionsT>(value));
505 return *this;
506 }
508
510
517 inline const AutomatedSnapshotPauseRequestOptions& GetAutomatedSnapshotPauseOptions() const { return m_automatedSnapshotPauseOptions; }
518 inline bool AutomatedSnapshotPauseOptionsHasBeenSet() const { return m_automatedSnapshotPauseOptionsHasBeenSet; }
519 template <typename AutomatedSnapshotPauseOptionsT = AutomatedSnapshotPauseRequestOptions>
520 void SetAutomatedSnapshotPauseOptions(AutomatedSnapshotPauseOptionsT&& value) {
521 m_automatedSnapshotPauseOptionsHasBeenSet = true;
522 m_automatedSnapshotPauseOptions = std::forward<AutomatedSnapshotPauseOptionsT>(value);
523 }
524 template <typename AutomatedSnapshotPauseOptionsT = AutomatedSnapshotPauseRequestOptions>
525 CreateDomainRequest& WithAutomatedSnapshotPauseOptions(AutomatedSnapshotPauseOptionsT&& value) {
526 SetAutomatedSnapshotPauseOptions(std::forward<AutomatedSnapshotPauseOptionsT>(value));
527 return *this;
528 }
530 private:
531 Aws::String m_domainName;
532
533 Aws::String m_engineVersion;
534
535 ClusterConfig m_clusterConfig;
536
537 EBSOptions m_eBSOptions;
538
539 Aws::String m_accessPolicies;
540
541 IPAddressType m_iPAddressType{IPAddressType::NOT_SET};
542
543 SnapshotOptions m_snapshotOptions;
544
545 VPCOptions m_vPCOptions;
546
547 CognitoOptions m_cognitoOptions;
548
549 EncryptionAtRestOptions m_encryptionAtRestOptions;
550
551 NodeToNodeEncryptionOptions m_nodeToNodeEncryptionOptions;
552
553 Aws::Map<Aws::String, Aws::String> m_advancedOptions;
554
555 Aws::Map<LogType, LogPublishingOption> m_logPublishingOptions;
556
557 DomainEndpointOptions m_domainEndpointOptions;
558
559 AdvancedSecurityOptionsInput m_advancedSecurityOptions;
560
561 IdentityCenterOptionsInput m_identityCenterOptions;
562
563 Aws::Vector<Tag> m_tagList;
564
565 AutoTuneOptionsInput m_autoTuneOptions;
566
567 OffPeakWindowOptions m_offPeakWindowOptions;
568
569 SoftwareUpdateOptions m_softwareUpdateOptions;
570
571 AIMLOptionsInput m_aIMLOptions;
572
573 DeploymentStrategyOptions m_deploymentStrategyOptions;
574
575 AutomatedSnapshotPauseRequestOptions m_automatedSnapshotPauseOptions;
576 bool m_domainNameHasBeenSet = false;
577 bool m_engineVersionHasBeenSet = false;
578 bool m_clusterConfigHasBeenSet = false;
579 bool m_eBSOptionsHasBeenSet = false;
580 bool m_accessPoliciesHasBeenSet = false;
581 bool m_iPAddressTypeHasBeenSet = false;
582 bool m_snapshotOptionsHasBeenSet = false;
583 bool m_vPCOptionsHasBeenSet = false;
584 bool m_cognitoOptionsHasBeenSet = false;
585 bool m_encryptionAtRestOptionsHasBeenSet = false;
586 bool m_nodeToNodeEncryptionOptionsHasBeenSet = false;
587 bool m_advancedOptionsHasBeenSet = false;
588 bool m_logPublishingOptionsHasBeenSet = false;
589 bool m_domainEndpointOptionsHasBeenSet = false;
590 bool m_advancedSecurityOptionsHasBeenSet = false;
591 bool m_identityCenterOptionsHasBeenSet = false;
592 bool m_tagListHasBeenSet = false;
593 bool m_autoTuneOptionsHasBeenSet = false;
594 bool m_offPeakWindowOptionsHasBeenSet = false;
595 bool m_softwareUpdateOptionsHasBeenSet = false;
596 bool m_aIMLOptionsHasBeenSet = false;
597 bool m_deploymentStrategyOptionsHasBeenSet = false;
598 bool m_automatedSnapshotPauseOptionsHasBeenSet = false;
599};
600
601} // namespace Model
602} // namespace OpenSearchService
603} // 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)
void SetAutomatedSnapshotPauseOptions(AutomatedSnapshotPauseOptionsT &&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)
const AutomatedSnapshotPauseRequestOptions & GetAutomatedSnapshotPauseOptions() const
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 & WithAutomatedSnapshotPauseOptions(AutomatedSnapshotPauseOptionsT &&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