7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/opensearch/model/CancelledChangeProperty.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace OpenSearchService
42 template<
typename CancelledChangeIdsT = Aws::Vector<Aws::String>>
43 void SetCancelledChangeIds(CancelledChangeIdsT&& value) { m_cancelledChangeIdsHasBeenSet =
true; m_cancelledChangeIds = std::forward<CancelledChangeIdsT>(value); }
44 template<
typename CancelledChangeIdsT = Aws::Vector<Aws::String>>
46 template<
typename CancelledChangeIdsT = Aws::String>
55 template<
typename CancelledChangePropertiesT = Aws::Vector<CancelledChangeProperty>>
56 void SetCancelledChangeProperties(CancelledChangePropertiesT&& value) { m_cancelledChangePropertiesHasBeenSet =
true; m_cancelledChangeProperties = std::forward<CancelledChangePropertiesT>(value); }
57 template<
typename CancelledChangePropertiesT = Aws::Vector<CancelledChangeProperty>>
59 template<
typename CancelledChangePropertiesT = CancelledChangeProperty>
69 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
76 template<
typename RequestIdT = Aws::String>
77 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
78 template<
typename RequestIdT = Aws::String>
84 bool m_cancelledChangeIdsHasBeenSet =
false;
87 bool m_cancelledChangePropertiesHasBeenSet =
false;
90 bool m_dryRunHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< CancelledChangeProperty > & GetCancelledChangeProperties() const
void SetCancelledChangeIds(CancelledChangeIdsT &&value)
void SetDryRun(bool value)
void SetCancelledChangeProperties(CancelledChangePropertiesT &&value)
AWS_OPENSEARCHSERVICE_API CancelDomainConfigChangeResult()=default
CancelDomainConfigChangeResult & AddCancelledChangeIds(CancelledChangeIdsT &&value)
CancelDomainConfigChangeResult & WithRequestId(RequestIdT &&value)
AWS_OPENSEARCHSERVICE_API CancelDomainConfigChangeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_OPENSEARCHSERVICE_API CancelDomainConfigChangeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CancelDomainConfigChangeResult & AddCancelledChangeProperties(CancelledChangePropertiesT &&value)
CancelDomainConfigChangeResult & WithCancelledChangeIds(CancelledChangeIdsT &&value)
const Aws::String & GetRequestId() const
CancelDomainConfigChangeResult & WithCancelledChangeProperties(CancelledChangePropertiesT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< Aws::String > & GetCancelledChangeIds() const
CancelDomainConfigChangeResult & WithDryRun(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue