7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/schemas/SchemasRequest.h>
9#include <aws/schemas/Schemas_EXPORTS.h>
38 inline int GetLimit()
const {
return m_limit; }
41 m_limitHasBeenSet =
true;
58 template <
typename NextTokenT = Aws::String>
60 m_nextTokenHasBeenSet =
true;
61 m_nextToken = std::forward<NextTokenT>(value);
63 template <
typename NextTokenT = Aws::String>
76 template <
typename RegistryNameT = Aws::String>
78 m_registryNameHasBeenSet =
true;
79 m_registryName = std::forward<RegistryNameT>(value);
81 template <
typename RegistryNameT = Aws::String>
95 template <
typename SchemaNamePrefixT = Aws::String>
97 m_schemaNamePrefixHasBeenSet =
true;
98 m_schemaNamePrefix = std::forward<SchemaNamePrefixT>(value);
100 template <
typename SchemaNamePrefixT = Aws::String>
114 bool m_limitHasBeenSet =
false;
115 bool m_nextTokenHasBeenSet =
false;
116 bool m_registryNameHasBeenSet =
false;
117 bool m_schemaNamePrefixHasBeenSet =
false;
void SetRegistryName(RegistryNameT &&value)
AWS_SCHEMAS_API ListSchemasRequest()=default
const Aws::String & GetRegistryName() const
const Aws::String & GetSchemaNamePrefix() const
AWS_SCHEMAS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
AWS_SCHEMAS_API Aws::String SerializePayload() const override
ListSchemasRequest & WithSchemaNamePrefix(SchemaNamePrefixT &&value)
bool SchemaNamePrefixHasBeenSet() const
bool NextTokenHasBeenSet() const
ListSchemasRequest & WithNextToken(NextTokenT &&value)
bool LimitHasBeenSet() const
void SetSchemaNamePrefix(SchemaNamePrefixT &&value)
bool RegistryNameHasBeenSet() const
void SetNextToken(NextTokenT &&value)
ListSchemasRequest & WithRegistryName(RegistryNameT &&value)
ListSchemasRequest & WithLimit(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String