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/DomainConfig.h>
11#include <aws/opensearch/model/DryRunProgressStatus.h>
12#include <aws/opensearch/model/DryRunResults.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace OpenSearchService {
44 template <
typename DomainConfigT = DomainConfig>
46 m_domainConfigHasBeenSet =
true;
47 m_domainConfig = std::forward<DomainConfigT>(value);
49 template <
typename DomainConfigT = DomainConfig>
61 template <
typename DryRunResultsT = DryRunResults>
63 m_dryRunResultsHasBeenSet =
true;
64 m_dryRunResults = std::forward<DryRunResultsT>(value);
66 template <
typename DryRunResultsT = DryRunResults>
78 template <
typename DryRunProgressStatusT = DryRunProgressStatus>
80 m_dryRunProgressStatusHasBeenSet =
true;
81 m_dryRunProgressStatus = std::forward<DryRunProgressStatusT>(value);
83 template <
typename DryRunProgressStatusT = DryRunProgressStatus>
93 template <
typename RequestIdT = Aws::String>
95 m_requestIdHasBeenSet =
true;
96 m_requestId = std::forward<RequestIdT>(value);
98 template <
typename RequestIdT = Aws::String>
115 bool m_domainConfigHasBeenSet =
false;
116 bool m_dryRunResultsHasBeenSet =
false;
117 bool m_dryRunProgressStatusHasBeenSet =
false;
118 bool m_requestIdHasBeenSet =
false;
const DryRunProgressStatus & GetDryRunProgressStatus() const
void SetDomainConfig(DomainConfigT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_OPENSEARCHSERVICE_API UpdateDomainConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const DryRunResults & GetDryRunResults() const
UpdateDomainConfigResult & WithDryRunResults(DryRunResultsT &&value)
AWS_OPENSEARCHSERVICE_API UpdateDomainConfigResult()=default
void SetDryRunProgressStatus(DryRunProgressStatusT &&value)
AWS_OPENSEARCHSERVICE_API UpdateDomainConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateDomainConfigResult & WithDryRunProgressStatus(DryRunProgressStatusT &&value)
UpdateDomainConfigResult & WithRequestId(RequestIdT &&value)
void SetDryRunResults(DryRunResultsT &&value)
const Aws::String & GetRequestId() const
UpdateDomainConfigResult & WithDomainConfig(DomainConfigT &&value)
const DomainConfig & GetDomainConfig() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue