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/schemas/Schemas_EXPORTS.h>
11#include <aws/schemas/model/SchemaSummary.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
39 template <
typename NextTokenT = Aws::String>
41 m_nextTokenHasBeenSet =
true;
42 m_nextToken = std::forward<NextTokenT>(value);
44 template <
typename NextTokenT = Aws::String>
56 template <
typename SchemasT = Aws::Vector<SchemaSummary>>
58 m_schemasHasBeenSet =
true;
59 m_schemas = std::forward<SchemasT>(value);
61 template <
typename SchemasT = Aws::Vector<SchemaSummary>>
66 template <
typename SchemasT = SchemaSummary>
68 m_schemasHasBeenSet =
true;
69 m_schemas.emplace_back(std::forward<SchemasT>(value));
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
97 bool m_nextTokenHasBeenSet =
false;
98 bool m_schemasHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
AWS_SCHEMAS_API ListSchemasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListSchemasResult & WithNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
void SetSchemas(SchemasT &&value)
AWS_SCHEMAS_API ListSchemasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
ListSchemasResult & AddSchemas(SchemasT &&value)
const Aws::Vector< SchemaSummary > & GetSchemas() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetNextToken() const
ListSchemasResult & WithSchemas(SchemasT &&value)
ListSchemasResult & WithRequestId(RequestIdT &&value)
AWS_SCHEMAS_API ListSchemasResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue