7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/opensearch/model/DomainConfig.h>
9#include <aws/opensearch/model/DryRunResults.h>
10#include <aws/opensearch/model/DryRunProgressStatus.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace OpenSearchService
49 template<
typename DomainConfigT = DomainConfig>
50 void SetDomainConfig(DomainConfigT&& value) { m_domainConfigHasBeenSet =
true; m_domainConfig = std::forward<DomainConfigT>(value); }
51 template<
typename DomainConfigT = DomainConfig>
60 template<
typename DryRunResultsT = DryRunResults>
61 void SetDryRunResults(DryRunResultsT&& value) { m_dryRunResultsHasBeenSet =
true; m_dryRunResults = std::forward<DryRunResultsT>(value); }
62 template<
typename DryRunResultsT = DryRunResults>
71 template<
typename DryRunProgressStatusT = DryRunProgressStatus>
72 void SetDryRunProgressStatus(DryRunProgressStatusT&& value) { m_dryRunProgressStatusHasBeenSet =
true; m_dryRunProgressStatus = std::forward<DryRunProgressStatusT>(value); }
73 template<
typename DryRunProgressStatusT = DryRunProgressStatus>
80 template<
typename RequestIdT = Aws::String>
81 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
82 template<
typename RequestIdT = Aws::String>
88 bool m_domainConfigHasBeenSet =
false;
91 bool m_dryRunResultsHasBeenSet =
false;
94 bool m_dryRunProgressStatusHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
const DryRunProgressStatus & GetDryRunProgressStatus() const
void SetDomainConfig(DomainConfigT &&value)
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