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>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace OpenSearchService {
37 template <
typename DryRunProgressStatusT = DryRunProgressStatus>
39 m_dryRunProgressStatusHasBeenSet =
true;
40 m_dryRunProgressStatus = std::forward<DryRunProgressStatusT>(value);
42 template <
typename DryRunProgressStatusT = DryRunProgressStatus>
54 template <
typename DryRunConfigT = DomainStatus>
56 m_dryRunConfigHasBeenSet =
true;
57 m_dryRunConfig = std::forward<DryRunConfigT>(value);
59 template <
typename DryRunConfigT = DomainStatus>
71 template <
typename DryRunResultsT = DryRunResults>
73 m_dryRunResultsHasBeenSet =
true;
74 m_dryRunResults = std::forward<DryRunResultsT>(value);
76 template <
typename DryRunResultsT = DryRunResults>
86 template <
typename RequestIdT = Aws::String>
88 m_requestIdHasBeenSet =
true;
89 m_requestId = std::forward<RequestIdT>(value);
91 template <
typename RequestIdT = Aws::String>
105 bool m_dryRunProgressStatusHasBeenSet =
false;
106 bool m_dryRunConfigHasBeenSet =
false;
107 bool m_dryRunResultsHasBeenSet =
false;
108 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)
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