7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/es/ElasticsearchService_EXPORTS.h>
10#include <aws/es/model/DryRunResults.h>
11#include <aws/es/model/ElasticsearchDomainConfig.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ElasticsearchService {
45 template <
typename DomainConfigT = ElasticsearchDomainConfig>
47 m_domainConfigHasBeenSet =
true;
48 m_domainConfig = std::forward<DomainConfigT>(value);
50 template <
typename DomainConfigT = ElasticsearchDomainConfig>
62 template <
typename DryRunResultsT = DryRunResults>
64 m_dryRunResultsHasBeenSet =
true;
65 m_dryRunResults = std::forward<DryRunResultsT>(value);
67 template <
typename DryRunResultsT = DryRunResults>
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
97 bool m_domainConfigHasBeenSet =
false;
98 bool m_dryRunResultsHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
UpdateElasticsearchDomainConfigResult & WithRequestId(RequestIdT &&value)
UpdateElasticsearchDomainConfigResult & WithDomainConfig(DomainConfigT &&value)
void SetDryRunResults(DryRunResultsT &&value)
UpdateElasticsearchDomainConfigResult & WithDryRunResults(DryRunResultsT &&value)
AWS_ELASTICSEARCHSERVICE_API UpdateElasticsearchDomainConfigResult()=default
const ElasticsearchDomainConfig & GetDomainConfig() const
void SetRequestId(RequestIdT &&value)
AWS_ELASTICSEARCHSERVICE_API UpdateElasticsearchDomainConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ELASTICSEARCHSERVICE_API UpdateElasticsearchDomainConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const DryRunResults & GetDryRunResults() const
void SetDomainConfig(DomainConfigT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue