7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/schemas/SchemasRequest.h>
9#include <aws/schemas/Schemas_EXPORTS.h>
43 template <
typename KeywordsT = Aws::String>
45 m_keywordsHasBeenSet =
true;
46 m_keywords = std::forward<KeywordsT>(value);
48 template <
typename KeywordsT = Aws::String>
57 inline int GetLimit()
const {
return m_limit; }
60 m_limitHasBeenSet =
true;
77 template <
typename NextTokenT = Aws::String>
79 m_nextTokenHasBeenSet =
true;
80 m_nextToken = std::forward<NextTokenT>(value);
82 template <
typename NextTokenT = Aws::String>
95 template <
typename RegistryNameT = Aws::String>
97 m_registryNameHasBeenSet =
true;
98 m_registryName = std::forward<RegistryNameT>(value);
100 template <
typename RegistryNameT = Aws::String>
114 bool m_keywordsHasBeenSet =
false;
115 bool m_limitHasBeenSet =
false;
116 bool m_nextTokenHasBeenSet =
false;
117 bool m_registryNameHasBeenSet =
false;
SearchSchemasRequest & WithRegistryName(RegistryNameT &&value)
const Aws::String & GetNextToken() const
SearchSchemasRequest & WithLimit(int value)
SearchSchemasRequest & WithNextToken(NextTokenT &&value)
bool KeywordsHasBeenSet() const
AWS_SCHEMAS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_SCHEMAS_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
bool LimitHasBeenSet() const
AWS_SCHEMAS_API SearchSchemasRequest()=default
virtual const char * GetServiceRequestName() const override
void SetRegistryName(RegistryNameT &&value)
const Aws::String & GetKeywords() const
bool RegistryNameHasBeenSet() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetRegistryName() const
void SetKeywords(KeywordsT &&value)
SearchSchemasRequest & WithKeywords(KeywordsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String