7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/es/ElasticsearchService_EXPORTS.h>
11#include <aws/es/model/CancelledChangeProperty.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ElasticsearchService {
46 m_dryRunHasBeenSet =
true;
60 template <
typename CancelledChangeIdsT = Aws::Vector<Aws::String>>
62 m_cancelledChangeIdsHasBeenSet =
true;
63 m_cancelledChangeIds = std::forward<CancelledChangeIdsT>(value);
65 template <
typename CancelledChangeIdsT = Aws::Vector<Aws::String>>
70 template <
typename CancelledChangeIdsT = Aws::String>
72 m_cancelledChangeIdsHasBeenSet =
true;
73 m_cancelledChangeIds.emplace_back(std::forward<CancelledChangeIdsT>(value));
83 template <
typename CancelledChangePropertiesT = Aws::Vector<CancelledChangeProperty>>
85 m_cancelledChangePropertiesHasBeenSet =
true;
86 m_cancelledChangeProperties = std::forward<CancelledChangePropertiesT>(value);
88 template <
typename CancelledChangePropertiesT = Aws::Vector<CancelledChangeProperty>>
93 template <
typename CancelledChangePropertiesT = CancelledChangeProperty>
95 m_cancelledChangePropertiesHasBeenSet =
true;
96 m_cancelledChangeProperties.emplace_back(std::forward<CancelledChangePropertiesT>(value));
104 template <
typename RequestIdT = Aws::String>
106 m_requestIdHasBeenSet =
true;
107 m_requestId = std::forward<RequestIdT>(value);
109 template <
typename RequestIdT = Aws::String>
118 bool m_dryRun{
false};
126 bool m_dryRunHasBeenSet =
false;
127 bool m_cancelledChangeIdsHasBeenSet =
false;
128 bool m_cancelledChangePropertiesHasBeenSet =
false;
129 bool m_requestIdHasBeenSet =
false;
AWS_ELASTICSEARCHSERVICE_API CancelDomainConfigChangeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCancelledChangeIds(CancelledChangeIdsT &&value)
CancelDomainConfigChangeResult & WithDryRun(bool value)
void SetDryRun(bool value)
CancelDomainConfigChangeResult & WithCancelledChangeIds(CancelledChangeIdsT &&value)
AWS_ELASTICSEARCHSERVICE_API CancelDomainConfigChangeResult()=default
CancelDomainConfigChangeResult & WithCancelledChangeProperties(CancelledChangePropertiesT &&value)
AWS_ELASTICSEARCHSERVICE_API CancelDomainConfigChangeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< CancelledChangeProperty > & GetCancelledChangeProperties() const
CancelDomainConfigChangeResult & AddCancelledChangeProperties(CancelledChangePropertiesT &&value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetCancelledChangeProperties(CancelledChangePropertiesT &&value)
void SetRequestId(RequestIdT &&value)
CancelDomainConfigChangeResult & WithRequestId(RequestIdT &&value)
CancelDomainConfigChangeResult & AddCancelledChangeIds(CancelledChangeIdsT &&value)
const Aws::Vector< Aws::String > & GetCancelledChangeIds() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue