7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/opensearch/model/DryRunProgressStatus.h>
9#include <aws/opensearch/model/DomainStatus.h>
10#include <aws/opensearch/model/DryRunResults.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace OpenSearchService
43 template<
typename DryRunProgressStatusT = DryRunProgressStatus>
44 void SetDryRunProgressStatus(DryRunProgressStatusT&& value) { m_dryRunProgressStatusHasBeenSet =
true; m_dryRunProgressStatus = std::forward<DryRunProgressStatusT>(value); }
45 template<
typename DryRunProgressStatusT = DryRunProgressStatus>
54 template<
typename DryRunConfigT = DomainStatus>
55 void SetDryRunConfig(DryRunConfigT&& value) { m_dryRunConfigHasBeenSet =
true; m_dryRunConfig = std::forward<DryRunConfigT>(value); }
56 template<
typename DryRunConfigT = DomainStatus>
65 template<
typename DryRunResultsT = DryRunResults>
66 void SetDryRunResults(DryRunResultsT&& value) { m_dryRunResultsHasBeenSet =
true; m_dryRunResults = std::forward<DryRunResultsT>(value); }
67 template<
typename DryRunResultsT = DryRunResults>
74 template<
typename RequestIdT = Aws::String>
75 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
76 template<
typename RequestIdT = Aws::String>
82 bool m_dryRunProgressStatusHasBeenSet =
false;
85 bool m_dryRunConfigHasBeenSet =
false;
88 bool m_dryRunResultsHasBeenSet =
false;
91 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