7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/es/model/ServiceSoftwareOptions.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace ElasticsearchService
47 template<
typename ServiceSoftwareOptionsT = ServiceSoftwareOptions>
48 void SetServiceSoftwareOptions(ServiceSoftwareOptionsT&& value) { m_serviceSoftwareOptionsHasBeenSet =
true; m_serviceSoftwareOptions = std::forward<ServiceSoftwareOptionsT>(value); }
49 template<
typename ServiceSoftwareOptionsT = ServiceSoftwareOptions>
56 template<
typename RequestIdT = Aws::String>
57 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
58 template<
typename RequestIdT = Aws::String>
64 bool m_serviceSoftwareOptionsHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetServiceSoftwareOptions(ServiceSoftwareOptionsT &&value)
CancelElasticsearchServiceSoftwareUpdateResult & WithServiceSoftwareOptions(ServiceSoftwareOptionsT &&value)
AWS_ELASTICSEARCHSERVICE_API CancelElasticsearchServiceSoftwareUpdateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_ELASTICSEARCHSERVICE_API CancelElasticsearchServiceSoftwareUpdateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CancelElasticsearchServiceSoftwareUpdateResult & WithRequestId(RequestIdT &&value)
const ServiceSoftwareOptions & GetServiceSoftwareOptions() const
AWS_ELASTICSEARCHSERVICE_API CancelElasticsearchServiceSoftwareUpdateResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue