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/CompatibleVersionsMap.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ElasticsearchService {
47 template <
typename CompatibleElasticsearchVersionsT = Aws::Vector<CompatibleVersionsMap>>
49 m_compatibleElasticsearchVersionsHasBeenSet =
true;
50 m_compatibleElasticsearchVersions = std::forward<CompatibleElasticsearchVersionsT>(value);
52 template <
typename CompatibleElasticsearchVersionsT = Aws::Vector<CompatibleVersionsMap>>
57 template <
typename CompatibleElasticsearchVersionsT = CompatibleVersionsMap>
59 m_compatibleElasticsearchVersionsHasBeenSet =
true;
60 m_compatibleElasticsearchVersions.emplace_back(std::forward<CompatibleElasticsearchVersionsT>(value));
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
86 bool m_compatibleElasticsearchVersionsHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
GetCompatibleElasticsearchVersionsResult & WithCompatibleElasticsearchVersions(CompatibleElasticsearchVersionsT &&value)
void SetCompatibleElasticsearchVersions(CompatibleElasticsearchVersionsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
const Aws::Vector< CompatibleVersionsMap > & GetCompatibleElasticsearchVersions() const
GetCompatibleElasticsearchVersionsResult & WithRequestId(RequestIdT &&value)
GetCompatibleElasticsearchVersionsResult & AddCompatibleElasticsearchVersions(CompatibleElasticsearchVersionsT &&value)
AWS_ELASTICSEARCHSERVICE_API GetCompatibleElasticsearchVersionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_ELASTICSEARCHSERVICE_API GetCompatibleElasticsearchVersionsResult()=default
AWS_ELASTICSEARCHSERVICE_API GetCompatibleElasticsearchVersionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue