7#include <aws/schemas/Schemas_EXPORTS.h>
8#include <aws/schemas/SchemasRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetKeywords(
const char* value) { m_keywordsHasBeenSet =
true; m_keywords.assign(value); }
60 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
74 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
88 inline void SetRegistryName(
const char* value) { m_registryNameHasBeenSet =
true; m_registryName.assign(value); }
96 bool m_keywordsHasBeenSet =
false;
99 bool m_limitHasBeenSet =
false;
102 bool m_nextTokenHasBeenSet =
false;
105 bool m_registryNameHasBeenSet =
false;
void SetKeywords(const char *value)
void SetRegistryName(const Aws::String &value)
SearchSchemasRequest & WithKeywords(const Aws::String &value)
const Aws::String & GetNextToken() const
void SetKeywords(const Aws::String &value)
void SetNextToken(Aws::String &&value)
SearchSchemasRequest & WithLimit(int value)
SearchSchemasRequest & WithRegistryName(const char *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
void SetRegistryName(Aws::String &&value)
bool LimitHasBeenSet() const
virtual const char * GetServiceRequestName() const override
SearchSchemasRequest & WithNextToken(const char *value)
const Aws::String & GetKeywords() const
void SetNextToken(const Aws::String &value)
void SetRegistryName(const char *value)
SearchSchemasRequest & WithRegistryName(const Aws::String &value)
bool RegistryNameHasBeenSet() const
SearchSchemasRequest & WithKeywords(Aws::String &&value)
AWS_SCHEMAS_API SearchSchemasRequest()
void SetKeywords(Aws::String &&value)
SearchSchemasRequest & WithNextToken(const Aws::String &value)
const Aws::String & GetRegistryName() const
SearchSchemasRequest & WithRegistryName(Aws::String &&value)
SearchSchemasRequest & WithNextToken(Aws::String &&value)
void SetNextToken(const char *value)
SearchSchemasRequest & WithKeywords(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String