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/ChangeProgressDetails.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ElasticsearchService {
41 template <
typename DomainNameT = Aws::String>
43 m_domainNameHasBeenSet =
true;
44 m_domainName = std::forward<DomainNameT>(value);
46 template <
typename DomainNameT = Aws::String>
58 template <
typename TargetVersionT = Aws::String>
60 m_targetVersionHasBeenSet =
true;
61 m_targetVersion = std::forward<TargetVersionT>(value);
63 template <
typename TargetVersionT = Aws::String>
77 m_performCheckOnlyHasBeenSet =
true;
78 m_performCheckOnly = value;
89 template <
typename ChangeProgressDetailsT = ChangeProgressDetails>
91 m_changeProgressDetailsHasBeenSet =
true;
92 m_changeProgressDetails = std::forward<ChangeProgressDetailsT>(value);
94 template <
typename ChangeProgressDetailsT = ChangeProgressDetails>
104 template <
typename RequestIdT = Aws::String>
106 m_requestIdHasBeenSet =
true;
107 m_requestId = std::forward<RequestIdT>(value);
109 template <
typename RequestIdT = Aws::String>
122 bool m_performCheckOnly{
false};
124 ChangeProgressDetails m_changeProgressDetails;
128 bool m_domainNameHasBeenSet =
false;
129 bool m_targetVersionHasBeenSet =
false;
130 bool m_performCheckOnlyHasBeenSet =
false;
131 bool m_changeProgressDetailsHasBeenSet =
false;
132 bool m_requestIdHasBeenSet =
false;
void SetDomainName(DomainNameT &&value)
const Aws::String & GetRequestId() const
bool GetPerformCheckOnly() const
UpgradeElasticsearchDomainResult & WithTargetVersion(TargetVersionT &&value)
AWS_ELASTICSEARCHSERVICE_API UpgradeElasticsearchDomainResult()=default
UpgradeElasticsearchDomainResult & WithChangeProgressDetails(ChangeProgressDetailsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpgradeElasticsearchDomainResult & WithDomainName(DomainNameT &&value)
AWS_ELASTICSEARCHSERVICE_API UpgradeElasticsearchDomainResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ChangeProgressDetails & GetChangeProgressDetails() const
AWS_ELASTICSEARCHSERVICE_API UpgradeElasticsearchDomainResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpgradeElasticsearchDomainResult & WithPerformCheckOnly(bool value)
UpgradeElasticsearchDomainResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetTargetVersion(TargetVersionT &&value)
void SetChangeProgressDetails(ChangeProgressDetailsT &&value)
void SetPerformCheckOnly(bool value)
const Aws::String & GetDomainName() const
const Aws::String & GetTargetVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue