7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/es/model/CancelledChangeProperty.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ElasticsearchService
49 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
58 template<
typename CancelledChangeIdsT = Aws::Vector<Aws::String>>
59 void SetCancelledChangeIds(CancelledChangeIdsT&& value) { m_cancelledChangeIdsHasBeenSet =
true; m_cancelledChangeIds = std::forward<CancelledChangeIdsT>(value); }
60 template<
typename CancelledChangeIdsT = Aws::Vector<Aws::String>>
62 template<
typename CancelledChangeIdsT = Aws::String>
71 template<
typename CancelledChangePropertiesT = Aws::Vector<CancelledChangeProperty>>
72 void SetCancelledChangeProperties(CancelledChangePropertiesT&& value) { m_cancelledChangePropertiesHasBeenSet =
true; m_cancelledChangeProperties = std::forward<CancelledChangePropertiesT>(value); }
73 template<
typename CancelledChangePropertiesT = Aws::Vector<CancelledChangeProperty>>
75 template<
typename CancelledChangePropertiesT = CancelledChangeProperty>
82 template<
typename RequestIdT = Aws::String>
83 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
84 template<
typename RequestIdT = Aws::String>
90 bool m_dryRunHasBeenSet =
false;
93 bool m_cancelledChangeIdsHasBeenSet =
false;
96 bool m_cancelledChangePropertiesHasBeenSet =
false;
99 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
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