AWS SDK for C++

AWS SDK for C++ Version 1.11.757

Loading...
Searching...
No Matches
ElasticsearchDomainStatus.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/es/ElasticsearchService_EXPORTS.h>
11#include <aws/es/model/AdvancedSecurityOptions.h>
12#include <aws/es/model/AutoTuneOptionsOutput.h>
13#include <aws/es/model/ChangeProgressDetails.h>
14#include <aws/es/model/CognitoOptions.h>
15#include <aws/es/model/DomainEndpointOptions.h>
16#include <aws/es/model/DomainProcessingStatusType.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/ModifyingProperties.h>
23#include <aws/es/model/NodeToNodeEncryptionOptions.h>
24#include <aws/es/model/ServiceSoftwareOptions.h>
25#include <aws/es/model/SnapshotOptions.h>
26#include <aws/es/model/VPCDerivedInfo.h>
27
28#include <utility>
29
30namespace Aws {
31namespace Utils {
32namespace Json {
33class JsonValue;
34class JsonView;
35} // namespace Json
36} // namespace Utils
37namespace ElasticsearchService {
38namespace Model {
39
46 public:
47 AWS_ELASTICSEARCHSERVICE_API ElasticsearchDomainStatus() = default;
48 AWS_ELASTICSEARCHSERVICE_API ElasticsearchDomainStatus(Aws::Utils::Json::JsonView jsonValue);
49 AWS_ELASTICSEARCHSERVICE_API ElasticsearchDomainStatus& operator=(Aws::Utils::Json::JsonView jsonValue);
50 AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
51
53
56 inline const Aws::String& GetDomainId() const { return m_domainId; }
57 inline bool DomainIdHasBeenSet() const { return m_domainIdHasBeenSet; }
58 template <typename DomainIdT = Aws::String>
59 void SetDomainId(DomainIdT&& value) {
60 m_domainIdHasBeenSet = true;
61 m_domainId = std::forward<DomainIdT>(value);
62 }
63 template <typename DomainIdT = Aws::String>
65 SetDomainId(std::forward<DomainIdT>(value));
66 return *this;
67 }
69
71
77 inline const Aws::String& GetDomainName() const { return m_domainName; }
78 inline bool DomainNameHasBeenSet() const { return m_domainNameHasBeenSet; }
79 template <typename DomainNameT = Aws::String>
80 void SetDomainName(DomainNameT&& value) {
81 m_domainNameHasBeenSet = true;
82 m_domainName = std::forward<DomainNameT>(value);
83 }
84 template <typename DomainNameT = Aws::String>
86 SetDomainName(std::forward<DomainNameT>(value));
87 return *this;
88 }
90
92
98 inline const Aws::String& GetARN() const { return m_aRN; }
99 inline bool ARNHasBeenSet() const { return m_aRNHasBeenSet; }
100 template <typename ARNT = Aws::String>
101 void SetARN(ARNT&& value) {
102 m_aRNHasBeenSet = true;
103 m_aRN = std::forward<ARNT>(value);
104 }
105 template <typename ARNT = Aws::String>
107 SetARN(std::forward<ARNT>(value));
108 return *this;
109 }
111
113
118 inline bool GetCreated() const { return m_created; }
119 inline bool CreatedHasBeenSet() const { return m_createdHasBeenSet; }
120 inline void SetCreated(bool value) {
121 m_createdHasBeenSet = true;
122 m_created = value;
123 }
125 SetCreated(value);
126 return *this;
127 }
129
131
137 inline bool GetDeleted() const { return m_deleted; }
138 inline bool DeletedHasBeenSet() const { return m_deletedHasBeenSet; }
139 inline void SetDeleted(bool value) {
140 m_deletedHasBeenSet = true;
141 m_deleted = value;
142 }
144 SetDeleted(value);
145 return *this;
146 }
148
150
154 inline const Aws::String& GetEndpoint() const { return m_endpoint; }
155 inline bool EndpointHasBeenSet() const { return m_endpointHasBeenSet; }
156 template <typename EndpointT = Aws::String>
157 void SetEndpoint(EndpointT&& value) {
158 m_endpointHasBeenSet = true;
159 m_endpoint = std::forward<EndpointT>(value);
160 }
161 template <typename EndpointT = Aws::String>
163 SetEndpoint(std::forward<EndpointT>(value));
164 return *this;
165 }
167
169
174 inline const Aws::Map<Aws::String, Aws::String>& GetEndpoints() const { return m_endpoints; }
175 inline bool EndpointsHasBeenSet() const { return m_endpointsHasBeenSet; }
176 template <typename EndpointsT = Aws::Map<Aws::String, Aws::String>>
177 void SetEndpoints(EndpointsT&& value) {
178 m_endpointsHasBeenSet = true;
179 m_endpoints = std::forward<EndpointsT>(value);
180 }
181 template <typename EndpointsT = Aws::Map<Aws::String, Aws::String>>
183 SetEndpoints(std::forward<EndpointsT>(value));
184 return *this;
185 }
186 template <typename EndpointsKeyT = Aws::String, typename EndpointsValueT = Aws::String>
187 ElasticsearchDomainStatus& AddEndpoints(EndpointsKeyT&& key, EndpointsValueT&& value) {
188 m_endpointsHasBeenSet = true;
189 m_endpoints.emplace(std::forward<EndpointsKeyT>(key), std::forward<EndpointsValueT>(value));
190 return *this;
191 }
193
195
200 inline bool GetProcessing() const { return m_processing; }
201 inline bool ProcessingHasBeenSet() const { return m_processingHasBeenSet; }
202 inline void SetProcessing(bool value) {
203 m_processingHasBeenSet = true;
204 m_processing = value;
205 }
207 SetProcessing(value);
208 return *this;
209 }
211
213
218 inline bool GetUpgradeProcessing() const { return m_upgradeProcessing; }
219 inline bool UpgradeProcessingHasBeenSet() const { return m_upgradeProcessingHasBeenSet; }
220 inline void SetUpgradeProcessing(bool value) {
221 m_upgradeProcessingHasBeenSet = true;
222 m_upgradeProcessing = value;
223 }
226 return *this;
227 }
229
231
232 inline const Aws::String& GetElasticsearchVersion() const { return m_elasticsearchVersion; }
233 inline bool ElasticsearchVersionHasBeenSet() const { return m_elasticsearchVersionHasBeenSet; }
234 template <typename ElasticsearchVersionT = Aws::String>
235 void SetElasticsearchVersion(ElasticsearchVersionT&& value) {
236 m_elasticsearchVersionHasBeenSet = true;
237 m_elasticsearchVersion = std::forward<ElasticsearchVersionT>(value);
238 }
239 template <typename ElasticsearchVersionT = Aws::String>
240 ElasticsearchDomainStatus& WithElasticsearchVersion(ElasticsearchVersionT&& value) {
241 SetElasticsearchVersion(std::forward<ElasticsearchVersionT>(value));
242 return *this;
243 }
245
247
250 inline const ElasticsearchClusterConfig& GetElasticsearchClusterConfig() const { return m_elasticsearchClusterConfig; }
251 inline bool ElasticsearchClusterConfigHasBeenSet() const { return m_elasticsearchClusterConfigHasBeenSet; }
252 template <typename ElasticsearchClusterConfigT = ElasticsearchClusterConfig>
253 void SetElasticsearchClusterConfig(ElasticsearchClusterConfigT&& value) {
254 m_elasticsearchClusterConfigHasBeenSet = true;
255 m_elasticsearchClusterConfig = std::forward<ElasticsearchClusterConfigT>(value);
256 }
257 template <typename ElasticsearchClusterConfigT = ElasticsearchClusterConfig>
258 ElasticsearchDomainStatus& WithElasticsearchClusterConfig(ElasticsearchClusterConfigT&& value) {
259 SetElasticsearchClusterConfig(std::forward<ElasticsearchClusterConfigT>(value));
260 return *this;
261 }
263
265
270 inline const EBSOptions& GetEBSOptions() const { return m_eBSOptions; }
271 inline bool EBSOptionsHasBeenSet() const { return m_eBSOptionsHasBeenSet; }
272 template <typename EBSOptionsT = EBSOptions>
273 void SetEBSOptions(EBSOptionsT&& value) {
274 m_eBSOptionsHasBeenSet = true;
275 m_eBSOptions = std::forward<EBSOptionsT>(value);
276 }
277 template <typename EBSOptionsT = EBSOptions>
279 SetEBSOptions(std::forward<EBSOptionsT>(value));
280 return *this;
281 }
283
285
288 inline const Aws::String& GetAccessPolicies() const { return m_accessPolicies; }
289 inline bool AccessPoliciesHasBeenSet() const { return m_accessPoliciesHasBeenSet; }
290 template <typename AccessPoliciesT = Aws::String>
291 void SetAccessPolicies(AccessPoliciesT&& value) {
292 m_accessPoliciesHasBeenSet = true;
293 m_accessPolicies = std::forward<AccessPoliciesT>(value);
294 }
295 template <typename AccessPoliciesT = Aws::String>
297 SetAccessPolicies(std::forward<AccessPoliciesT>(value));
298 return *this;
299 }
301
303
306 inline const SnapshotOptions& GetSnapshotOptions() const { return m_snapshotOptions; }
307 inline bool SnapshotOptionsHasBeenSet() const { return m_snapshotOptionsHasBeenSet; }
308 template <typename SnapshotOptionsT = SnapshotOptions>
309 void SetSnapshotOptions(SnapshotOptionsT&& value) {
310 m_snapshotOptionsHasBeenSet = true;
311 m_snapshotOptions = std::forward<SnapshotOptionsT>(value);
312 }
313 template <typename SnapshotOptionsT = SnapshotOptions>
315 SetSnapshotOptions(std::forward<SnapshotOptionsT>(value));
316 return *this;
317 }
319
321
327 inline const VPCDerivedInfo& GetVPCOptions() const { return m_vPCOptions; }
328 inline bool VPCOptionsHasBeenSet() const { return m_vPCOptionsHasBeenSet; }
329 template <typename VPCOptionsT = VPCDerivedInfo>
330 void SetVPCOptions(VPCOptionsT&& value) {
331 m_vPCOptionsHasBeenSet = true;
332 m_vPCOptions = std::forward<VPCOptionsT>(value);
333 }
334 template <typename VPCOptionsT = VPCDerivedInfo>
336 SetVPCOptions(std::forward<VPCOptionsT>(value));
337 return *this;
338 }
340
342
348 inline const CognitoOptions& GetCognitoOptions() const { return m_cognitoOptions; }
349 inline bool CognitoOptionsHasBeenSet() const { return m_cognitoOptionsHasBeenSet; }
350 template <typename CognitoOptionsT = CognitoOptions>
351 void SetCognitoOptions(CognitoOptionsT&& value) {
352 m_cognitoOptionsHasBeenSet = true;
353 m_cognitoOptions = std::forward<CognitoOptionsT>(value);
354 }
355 template <typename CognitoOptionsT = CognitoOptions>
357 SetCognitoOptions(std::forward<CognitoOptionsT>(value));
358 return *this;
359 }
361
363
366 inline const EncryptionAtRestOptions& GetEncryptionAtRestOptions() const { return m_encryptionAtRestOptions; }
367 inline bool EncryptionAtRestOptionsHasBeenSet() const { return m_encryptionAtRestOptionsHasBeenSet; }
368 template <typename EncryptionAtRestOptionsT = EncryptionAtRestOptions>
369 void SetEncryptionAtRestOptions(EncryptionAtRestOptionsT&& value) {
370 m_encryptionAtRestOptionsHasBeenSet = true;
371 m_encryptionAtRestOptions = std::forward<EncryptionAtRestOptionsT>(value);
372 }
373 template <typename EncryptionAtRestOptionsT = EncryptionAtRestOptions>
374 ElasticsearchDomainStatus& WithEncryptionAtRestOptions(EncryptionAtRestOptionsT&& value) {
375 SetEncryptionAtRestOptions(std::forward<EncryptionAtRestOptionsT>(value));
376 return *this;
377 }
379
381
384 inline const NodeToNodeEncryptionOptions& GetNodeToNodeEncryptionOptions() const { return m_nodeToNodeEncryptionOptions; }
385 inline bool NodeToNodeEncryptionOptionsHasBeenSet() const { return m_nodeToNodeEncryptionOptionsHasBeenSet; }
386 template <typename NodeToNodeEncryptionOptionsT = NodeToNodeEncryptionOptions>
387 void SetNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT&& value) {
388 m_nodeToNodeEncryptionOptionsHasBeenSet = true;
389 m_nodeToNodeEncryptionOptions = std::forward<NodeToNodeEncryptionOptionsT>(value);
390 }
391 template <typename NodeToNodeEncryptionOptionsT = NodeToNodeEncryptionOptions>
392 ElasticsearchDomainStatus& WithNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT&& value) {
393 SetNodeToNodeEncryptionOptions(std::forward<NodeToNodeEncryptionOptionsT>(value));
394 return *this;
395 }
397
399
402 inline const Aws::Map<Aws::String, Aws::String>& GetAdvancedOptions() const { return m_advancedOptions; }
403 inline bool AdvancedOptionsHasBeenSet() const { return m_advancedOptionsHasBeenSet; }
404 template <typename AdvancedOptionsT = Aws::Map<Aws::String, Aws::String>>
405 void SetAdvancedOptions(AdvancedOptionsT&& value) {
406 m_advancedOptionsHasBeenSet = true;
407 m_advancedOptions = std::forward<AdvancedOptionsT>(value);
408 }
409 template <typename AdvancedOptionsT = Aws::Map<Aws::String, Aws::String>>
411 SetAdvancedOptions(std::forward<AdvancedOptionsT>(value));
412 return *this;
413 }
414 template <typename AdvancedOptionsKeyT = Aws::String, typename AdvancedOptionsValueT = Aws::String>
415 ElasticsearchDomainStatus& AddAdvancedOptions(AdvancedOptionsKeyT&& key, AdvancedOptionsValueT&& value) {
416 m_advancedOptionsHasBeenSet = true;
417 m_advancedOptions.emplace(std::forward<AdvancedOptionsKeyT>(key), std::forward<AdvancedOptionsValueT>(value));
418 return *this;
419 }
421
423
426 inline const Aws::Map<LogType, LogPublishingOption>& GetLogPublishingOptions() const { return m_logPublishingOptions; }
427 inline bool LogPublishingOptionsHasBeenSet() const { return m_logPublishingOptionsHasBeenSet; }
428 template <typename LogPublishingOptionsT = Aws::Map<LogType, LogPublishingOption>>
429 void SetLogPublishingOptions(LogPublishingOptionsT&& value) {
430 m_logPublishingOptionsHasBeenSet = true;
431 m_logPublishingOptions = std::forward<LogPublishingOptionsT>(value);
432 }
433 template <typename LogPublishingOptionsT = Aws::Map<LogType, LogPublishingOption>>
434 ElasticsearchDomainStatus& WithLogPublishingOptions(LogPublishingOptionsT&& value) {
435 SetLogPublishingOptions(std::forward<LogPublishingOptionsT>(value));
436 return *this;
437 }
439 m_logPublishingOptionsHasBeenSet = true;
440 m_logPublishingOptions.emplace(key, value);
441 return *this;
442 }
444
446
449 inline const ServiceSoftwareOptions& GetServiceSoftwareOptions() const { return m_serviceSoftwareOptions; }
450 inline bool ServiceSoftwareOptionsHasBeenSet() const { return m_serviceSoftwareOptionsHasBeenSet; }
451 template <typename ServiceSoftwareOptionsT = ServiceSoftwareOptions>
452 void SetServiceSoftwareOptions(ServiceSoftwareOptionsT&& value) {
453 m_serviceSoftwareOptionsHasBeenSet = true;
454 m_serviceSoftwareOptions = std::forward<ServiceSoftwareOptionsT>(value);
455 }
456 template <typename ServiceSoftwareOptionsT = ServiceSoftwareOptions>
457 ElasticsearchDomainStatus& WithServiceSoftwareOptions(ServiceSoftwareOptionsT&& value) {
458 SetServiceSoftwareOptions(std::forward<ServiceSoftwareOptionsT>(value));
459 return *this;
460 }
462
464
467 inline const DomainEndpointOptions& GetDomainEndpointOptions() const { return m_domainEndpointOptions; }
468 inline bool DomainEndpointOptionsHasBeenSet() const { return m_domainEndpointOptionsHasBeenSet; }
469 template <typename DomainEndpointOptionsT = DomainEndpointOptions>
470 void SetDomainEndpointOptions(DomainEndpointOptionsT&& value) {
471 m_domainEndpointOptionsHasBeenSet = true;
472 m_domainEndpointOptions = std::forward<DomainEndpointOptionsT>(value);
473 }
474 template <typename DomainEndpointOptionsT = DomainEndpointOptions>
475 ElasticsearchDomainStatus& WithDomainEndpointOptions(DomainEndpointOptionsT&& value) {
476 SetDomainEndpointOptions(std::forward<DomainEndpointOptionsT>(value));
477 return *this;
478 }
480
482
486 inline const AdvancedSecurityOptions& GetAdvancedSecurityOptions() const { return m_advancedSecurityOptions; }
487 inline bool AdvancedSecurityOptionsHasBeenSet() const { return m_advancedSecurityOptionsHasBeenSet; }
488 template <typename AdvancedSecurityOptionsT = AdvancedSecurityOptions>
489 void SetAdvancedSecurityOptions(AdvancedSecurityOptionsT&& value) {
490 m_advancedSecurityOptionsHasBeenSet = true;
491 m_advancedSecurityOptions = std::forward<AdvancedSecurityOptionsT>(value);
492 }
493 template <typename AdvancedSecurityOptionsT = AdvancedSecurityOptions>
494 ElasticsearchDomainStatus& WithAdvancedSecurityOptions(AdvancedSecurityOptionsT&& value) {
495 SetAdvancedSecurityOptions(std::forward<AdvancedSecurityOptionsT>(value));
496 return *this;
497 }
499
501
504 inline const AutoTuneOptionsOutput& GetAutoTuneOptions() const { return m_autoTuneOptions; }
505 inline bool AutoTuneOptionsHasBeenSet() const { return m_autoTuneOptionsHasBeenSet; }
506 template <typename AutoTuneOptionsT = AutoTuneOptionsOutput>
507 void SetAutoTuneOptions(AutoTuneOptionsT&& value) {
508 m_autoTuneOptionsHasBeenSet = true;
509 m_autoTuneOptions = std::forward<AutoTuneOptionsT>(value);
510 }
511 template <typename AutoTuneOptionsT = AutoTuneOptionsOutput>
513 SetAutoTuneOptions(std::forward<AutoTuneOptionsT>(value));
514 return *this;
515 }
517
519
522 inline const ChangeProgressDetails& GetChangeProgressDetails() const { return m_changeProgressDetails; }
523 inline bool ChangeProgressDetailsHasBeenSet() const { return m_changeProgressDetailsHasBeenSet; }
524 template <typename ChangeProgressDetailsT = ChangeProgressDetails>
525 void SetChangeProgressDetails(ChangeProgressDetailsT&& value) {
526 m_changeProgressDetailsHasBeenSet = true;
527 m_changeProgressDetails = std::forward<ChangeProgressDetailsT>(value);
528 }
529 template <typename ChangeProgressDetailsT = ChangeProgressDetails>
530 ElasticsearchDomainStatus& WithChangeProgressDetails(ChangeProgressDetailsT&& value) {
531 SetChangeProgressDetails(std::forward<ChangeProgressDetailsT>(value));
532 return *this;
533 }
535
537
540 inline DomainProcessingStatusType GetDomainProcessingStatus() const { return m_domainProcessingStatus; }
541 inline bool DomainProcessingStatusHasBeenSet() const { return m_domainProcessingStatusHasBeenSet; }
543 m_domainProcessingStatusHasBeenSet = true;
544 m_domainProcessingStatus = value;
545 }
548 return *this;
549 }
551
553
557 inline const Aws::Vector<ModifyingProperties>& GetModifyingProperties() const { return m_modifyingProperties; }
558 inline bool ModifyingPropertiesHasBeenSet() const { return m_modifyingPropertiesHasBeenSet; }
559 template <typename ModifyingPropertiesT = Aws::Vector<ModifyingProperties>>
560 void SetModifyingProperties(ModifyingPropertiesT&& value) {
561 m_modifyingPropertiesHasBeenSet = true;
562 m_modifyingProperties = std::forward<ModifyingPropertiesT>(value);
563 }
564 template <typename ModifyingPropertiesT = Aws::Vector<ModifyingProperties>>
565 ElasticsearchDomainStatus& WithModifyingProperties(ModifyingPropertiesT&& value) {
566 SetModifyingProperties(std::forward<ModifyingPropertiesT>(value));
567 return *this;
568 }
569 template <typename ModifyingPropertiesT = ModifyingProperties>
570 ElasticsearchDomainStatus& AddModifyingProperties(ModifyingPropertiesT&& value) {
571 m_modifyingPropertiesHasBeenSet = true;
572 m_modifyingProperties.emplace_back(std::forward<ModifyingPropertiesT>(value));
573 return *this;
574 }
576 private:
577 Aws::String m_domainId;
578
579 Aws::String m_domainName;
580
581 Aws::String m_aRN;
582
583 bool m_created{false};
584
585 bool m_deleted{false};
586
587 Aws::String m_endpoint;
588
590
591 bool m_processing{false};
592
593 bool m_upgradeProcessing{false};
594
595 Aws::String m_elasticsearchVersion;
596
597 ElasticsearchClusterConfig m_elasticsearchClusterConfig;
598
599 EBSOptions m_eBSOptions;
600
601 Aws::String m_accessPolicies;
602
603 SnapshotOptions m_snapshotOptions;
604
605 VPCDerivedInfo m_vPCOptions;
606
607 CognitoOptions m_cognitoOptions;
608
609 EncryptionAtRestOptions m_encryptionAtRestOptions;
610
611 NodeToNodeEncryptionOptions m_nodeToNodeEncryptionOptions;
612
613 Aws::Map<Aws::String, Aws::String> m_advancedOptions;
614
615 Aws::Map<LogType, LogPublishingOption> m_logPublishingOptions;
616
617 ServiceSoftwareOptions m_serviceSoftwareOptions;
618
619 DomainEndpointOptions m_domainEndpointOptions;
620
621 AdvancedSecurityOptions m_advancedSecurityOptions;
622
623 AutoTuneOptionsOutput m_autoTuneOptions;
624
625 ChangeProgressDetails m_changeProgressDetails;
626
628
629 Aws::Vector<ModifyingProperties> m_modifyingProperties;
630 bool m_domainIdHasBeenSet = false;
631 bool m_domainNameHasBeenSet = false;
632 bool m_aRNHasBeenSet = false;
633 bool m_createdHasBeenSet = false;
634 bool m_deletedHasBeenSet = false;
635 bool m_endpointHasBeenSet = false;
636 bool m_endpointsHasBeenSet = false;
637 bool m_processingHasBeenSet = false;
638 bool m_upgradeProcessingHasBeenSet = false;
639 bool m_elasticsearchVersionHasBeenSet = false;
640 bool m_elasticsearchClusterConfigHasBeenSet = false;
641 bool m_eBSOptionsHasBeenSet = false;
642 bool m_accessPoliciesHasBeenSet = false;
643 bool m_snapshotOptionsHasBeenSet = false;
644 bool m_vPCOptionsHasBeenSet = false;
645 bool m_cognitoOptionsHasBeenSet = false;
646 bool m_encryptionAtRestOptionsHasBeenSet = false;
647 bool m_nodeToNodeEncryptionOptionsHasBeenSet = false;
648 bool m_advancedOptionsHasBeenSet = false;
649 bool m_logPublishingOptionsHasBeenSet = false;
650 bool m_serviceSoftwareOptionsHasBeenSet = false;
651 bool m_domainEndpointOptionsHasBeenSet = false;
652 bool m_advancedSecurityOptionsHasBeenSet = false;
653 bool m_autoTuneOptionsHasBeenSet = false;
654 bool m_changeProgressDetailsHasBeenSet = false;
655 bool m_domainProcessingStatusHasBeenSet = false;
656 bool m_modifyingPropertiesHasBeenSet = false;
657};
658
659} // namespace Model
660} // namespace ElasticsearchService
661} // namespace Aws
ElasticsearchDomainStatus & AddAdvancedOptions(AdvancedOptionsKeyT &&key, AdvancedOptionsValueT &&value)
ElasticsearchDomainStatus & AddLogPublishingOptions(LogType key, LogPublishingOption value)
void SetNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT &&value)
ElasticsearchDomainStatus & WithElasticsearchClusterConfig(ElasticsearchClusterConfigT &&value)
ElasticsearchDomainStatus & WithAdvancedSecurityOptions(AdvancedSecurityOptionsT &&value)
ElasticsearchDomainStatus & WithServiceSoftwareOptions(ServiceSoftwareOptionsT &&value)
AWS_ELASTICSEARCHSERVICE_API ElasticsearchDomainStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
ElasticsearchDomainStatus & WithElasticsearchVersion(ElasticsearchVersionT &&value)
ElasticsearchDomainStatus & WithEBSOptions(EBSOptionsT &&value)
ElasticsearchDomainStatus & WithEndpoint(EndpointT &&value)
ElasticsearchDomainStatus & WithAccessPolicies(AccessPoliciesT &&value)
ElasticsearchDomainStatus & WithEncryptionAtRestOptions(EncryptionAtRestOptionsT &&value)
ElasticsearchDomainStatus & WithAutoTuneOptions(AutoTuneOptionsT &&value)
ElasticsearchDomainStatus & WithChangeProgressDetails(ChangeProgressDetailsT &&value)
ElasticsearchDomainStatus & WithCognitoOptions(CognitoOptionsT &&value)
ElasticsearchDomainStatus & WithDomainId(DomainIdT &&value)
const NodeToNodeEncryptionOptions & GetNodeToNodeEncryptionOptions() const
AWS_ELASTICSEARCHSERVICE_API ElasticsearchDomainStatus(Aws::Utils::Json::JsonView jsonValue)
ElasticsearchDomainStatus & WithDomainEndpointOptions(DomainEndpointOptionsT &&value)
ElasticsearchDomainStatus & WithDomainName(DomainNameT &&value)
ElasticsearchDomainStatus & WithLogPublishingOptions(LogPublishingOptionsT &&value)
void SetElasticsearchClusterConfig(ElasticsearchClusterConfigT &&value)
AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
ElasticsearchDomainStatus & AddEndpoints(EndpointsKeyT &&key, EndpointsValueT &&value)
ElasticsearchDomainStatus & WithNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsT &&value)
const Aws::Map< LogType, LogPublishingOption > & GetLogPublishingOptions() const
ElasticsearchDomainStatus & WithVPCOptions(VPCOptionsT &&value)
ElasticsearchDomainStatus & WithSnapshotOptions(SnapshotOptionsT &&value)
ElasticsearchDomainStatus & AddModifyingProperties(ModifyingPropertiesT &&value)
ElasticsearchDomainStatus & WithEndpoints(EndpointsT &&value)
ElasticsearchDomainStatus & WithAdvancedOptions(AdvancedOptionsT &&value)
const ElasticsearchClusterConfig & GetElasticsearchClusterConfig() const
ElasticsearchDomainStatus & WithModifyingProperties(ModifyingPropertiesT &&value)
const Aws::Map< Aws::String, Aws::String > & GetAdvancedOptions() const
const Aws::Vector< ModifyingProperties > & GetModifyingProperties() const
const Aws::Map< Aws::String, Aws::String > & GetEndpoints() const
AWS_ELASTICSEARCHSERVICE_API ElasticsearchDomainStatus()=default
ElasticsearchDomainStatus & WithDomainProcessingStatus(DomainProcessingStatusType 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
Aws::Utils::Json::JsonValue JsonValue