AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
DescribeDryRunProgressResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearch/OpenSearchService_EXPORTS.h>
9#include <aws/opensearch/model/DomainStatus.h>
10#include <aws/opensearch/model/DryRunProgressStatus.h>
11#include <aws/opensearch/model/DryRunResults.h>
12
13#include <utility>
14
15namespace Aws {
16template <typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils {
20namespace Json {
21class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace OpenSearchService {
25namespace Model {
27 public:
28 AWS_OPENSEARCHSERVICE_API DescribeDryRunProgressResult() = default;
31
33
36 inline const DryRunProgressStatus& GetDryRunProgressStatus() const { return m_dryRunProgressStatus; }
37 template <typename DryRunProgressStatusT = DryRunProgressStatus>
38 void SetDryRunProgressStatus(DryRunProgressStatusT&& value) {
39 m_dryRunProgressStatusHasBeenSet = true;
40 m_dryRunProgressStatus = std::forward<DryRunProgressStatusT>(value);
41 }
42 template <typename DryRunProgressStatusT = DryRunProgressStatus>
44 SetDryRunProgressStatus(std::forward<DryRunProgressStatusT>(value));
45 return *this;
46 }
48
50
53 inline const DomainStatus& GetDryRunConfig() const { return m_dryRunConfig; }
54 template <typename DryRunConfigT = DomainStatus>
55 void SetDryRunConfig(DryRunConfigT&& value) {
56 m_dryRunConfigHasBeenSet = true;
57 m_dryRunConfig = std::forward<DryRunConfigT>(value);
58 }
59 template <typename DryRunConfigT = DomainStatus>
61 SetDryRunConfig(std::forward<DryRunConfigT>(value));
62 return *this;
63 }
65
67
70 inline const DryRunResults& GetDryRunResults() const { return m_dryRunResults; }
71 template <typename DryRunResultsT = DryRunResults>
72 void SetDryRunResults(DryRunResultsT&& value) {
73 m_dryRunResultsHasBeenSet = true;
74 m_dryRunResults = std::forward<DryRunResultsT>(value);
75 }
76 template <typename DryRunResultsT = DryRunResults>
78 SetDryRunResults(std::forward<DryRunResultsT>(value));
79 return *this;
80 }
82
84
85 inline const Aws::String& GetRequestId() const { return m_requestId; }
86 template <typename RequestIdT = Aws::String>
87 void SetRequestId(RequestIdT&& value) {
88 m_requestIdHasBeenSet = true;
89 m_requestId = std::forward<RequestIdT>(value);
90 }
91 template <typename RequestIdT = Aws::String>
93 SetRequestId(std::forward<RequestIdT>(value));
94 return *this;
95 }
97 private:
98 DryRunProgressStatus m_dryRunProgressStatus;
99
100 DomainStatus m_dryRunConfig;
101
102 DryRunResults m_dryRunResults;
103
104 Aws::String m_requestId;
105 bool m_dryRunProgressStatusHasBeenSet = false;
106 bool m_dryRunConfigHasBeenSet = false;
107 bool m_dryRunResultsHasBeenSet = false;
108 bool m_requestIdHasBeenSet = false;
109};
110
111} // namespace Model
112} // namespace OpenSearchService
113} // namespace Aws
DescribeDryRunProgressResult & WithDryRunConfig(DryRunConfigT &&value)
AWS_OPENSEARCHSERVICE_API DescribeDryRunProgressResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeDryRunProgressResult & WithDryRunProgressStatus(DryRunProgressStatusT &&value)
DescribeDryRunProgressResult & WithDryRunResults(DryRunResultsT &&value)
AWS_OPENSEARCHSERVICE_API DescribeDryRunProgressResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeDryRunProgressResult & WithRequestId(RequestIdT &&value)
AWS_OPENSEARCHSERVICE_API DescribeDryRunProgressResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue