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/UpgradeHistory.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace OpenSearchService
66 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
77 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetUpgradeHistoryResult & WithUpgradeHistories(Aws::Vector< UpgradeHistory > &&value)
void SetNextToken(const char *value)
GetUpgradeHistoryResult & WithNextToken(const char *value)
GetUpgradeHistoryResult & WithNextToken(const Aws::String &value)
void SetRequestId(Aws::String &&value)
void SetNextToken(Aws::String &&value)
void SetRequestId(const Aws::String &value)
const Aws::String & GetNextToken() const
GetUpgradeHistoryResult & AddUpgradeHistories(const UpgradeHistory &value)
GetUpgradeHistoryResult & WithRequestId(const Aws::String &value)
AWS_OPENSEARCHSERVICE_API GetUpgradeHistoryResult()
GetUpgradeHistoryResult & AddUpgradeHistories(UpgradeHistory &&value)
void SetNextToken(const Aws::String &value)
AWS_OPENSEARCHSERVICE_API GetUpgradeHistoryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_OPENSEARCHSERVICE_API GetUpgradeHistoryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetUpgradeHistories(Aws::Vector< UpgradeHistory > &&value)
GetUpgradeHistoryResult & WithRequestId(Aws::String &&value)
const Aws::Vector< UpgradeHistory > & GetUpgradeHistories() const
GetUpgradeHistoryResult & WithRequestId(const char *value)
GetUpgradeHistoryResult & WithNextToken(Aws::String &&value)
void SetUpgradeHistories(const Aws::Vector< UpgradeHistory > &value)
void SetRequestId(const char *value)
GetUpgradeHistoryResult & WithUpgradeHistories(const Aws::Vector< UpgradeHistory > &value)
const Aws::String & GetRequestId() 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