7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/opensearch/model/ServiceSoftwareOptions.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace OpenSearchService
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;
AWS_OPENSEARCHSERVICE_API StartServiceSoftwareUpdateResult()=default
StartServiceSoftwareUpdateResult & WithServiceSoftwareOptions(ServiceSoftwareOptionsT &&value)
const ServiceSoftwareOptions & GetServiceSoftwareOptions() const
StartServiceSoftwareUpdateResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_OPENSEARCHSERVICE_API StartServiceSoftwareUpdateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_OPENSEARCHSERVICE_API StartServiceSoftwareUpdateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetServiceSoftwareOptions(ServiceSoftwareOptionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue