7#include <aws/schemas/Schemas_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/schemas/model/SearchSchemaSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
46 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
70 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetNextToken(Aws::String &&value)
void SetRequestId(Aws::String &&value)
SearchSchemasResult & WithRequestId(const char *value)
SearchSchemasResult & WithNextToken(const char *value)
const Aws::String & GetNextToken() const
void SetSchemas(const Aws::Vector< SearchSchemaSummary > &value)
SearchSchemasResult & AddSchemas(const SearchSchemaSummary &value)
const Aws::Vector< SearchSchemaSummary > & GetSchemas() const
SearchSchemasResult & WithSchemas(Aws::Vector< SearchSchemaSummary > &&value)
AWS_SCHEMAS_API SearchSchemasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SearchSchemasResult & AddSchemas(SearchSchemaSummary &&value)
void SetRequestId(const char *value)
SearchSchemasResult & WithRequestId(Aws::String &&value)
void SetNextToken(const char *value)
AWS_SCHEMAS_API SearchSchemasResult()
SearchSchemasResult & WithNextToken(const Aws::String &value)
void SetSchemas(Aws::Vector< SearchSchemaSummary > &&value)
void SetNextToken(const Aws::String &value)
const Aws::String & GetRequestId() const
void SetRequestId(const Aws::String &value)
SearchSchemasResult & WithRequestId(const Aws::String &value)
SearchSchemasResult & WithNextToken(Aws::String &&value)
SearchSchemasResult & WithSchemas(const Aws::Vector< SearchSchemaSummary > &value)
AWS_SCHEMAS_API SearchSchemasResult & operator=(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