7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/opensearch/OpenSearchService_EXPORTS.h>
10#include <aws/opensearch/model/DomainStatus.h>
11#include <aws/opensearch/model/DryRunProgressStatus.h>
12#include <aws/opensearch/model/DryRunResults.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace OpenSearchService {
38 template <
typename DryRunProgressStatusT = DryRunProgressStatus>
40 m_dryRunProgressStatusHasBeenSet =
true;
41 m_dryRunProgressStatus = std::forward<DryRunProgressStatusT>(value);
43 template <
typename DryRunProgressStatusT = DryRunProgressStatus>
55 template <
typename DryRunConfigT = DomainStatus>
57 m_dryRunConfigHasBeenSet =
true;
58 m_dryRunConfig = std::forward<DryRunConfigT>(value);
60 template <
typename DryRunConfigT = DomainStatus>
72 template <
typename DryRunResultsT = DryRunResults>
74 m_dryRunResultsHasBeenSet =
true;
75 m_dryRunResults = std::forward<DryRunResultsT>(value);
77 template <
typename DryRunResultsT = DryRunResults>
87 template <
typename RequestIdT = Aws::String>
89 m_requestIdHasBeenSet =
true;
90 m_requestId = std::forward<RequestIdT>(value);
92 template <
typename RequestIdT = Aws::String>
109 bool m_dryRunProgressStatusHasBeenSet =
false;
110 bool m_dryRunConfigHasBeenSet =
false;
111 bool m_dryRunResultsHasBeenSet =
false;
112 bool m_requestIdHasBeenSet =
false;
DescribeDryRunProgressResult & WithDryRunConfig(DryRunConfigT &&value)
void SetRequestId(RequestIdT &&value)
const DryRunProgressStatus & GetDryRunProgressStatus() const
void SetDryRunProgressStatus(DryRunProgressStatusT &&value)
const Aws::String & GetRequestId() const
AWS_OPENSEARCHSERVICE_API DescribeDryRunProgressResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeDryRunProgressResult & WithDryRunProgressStatus(DryRunProgressStatusT &&value)
DescribeDryRunProgressResult & WithDryRunResults(DryRunResultsT &&value)
void SetDryRunResults(DryRunResultsT &&value)
void SetDryRunConfig(DryRunConfigT &&value)
AWS_OPENSEARCHSERVICE_API DescribeDryRunProgressResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const DryRunResults & GetDryRunResults() const
DescribeDryRunProgressResult & WithRequestId(RequestIdT &&value)
AWS_OPENSEARCHSERVICE_API DescribeDryRunProgressResult()=default
const DomainStatus & GetDryRunConfig() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue