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>
77 template <
typename RegistryNamePrefixT = Aws::String>
79 m_registryNamePrefixHasBeenSet =
true;
80 m_registryNamePrefix = std::forward<RegistryNamePrefixT>(value);
82 template <
typename RegistryNamePrefixT = Aws::String>
96 template <
typename ScopeT = Aws::String>
98 m_scopeHasBeenSet =
true;
99 m_scope = std::forward<ScopeT>(value);
101 template <
typename ScopeT = Aws::String>
103 SetScope(std::forward<ScopeT>(value));
115 bool m_limitHasBeenSet =
false;
116 bool m_nextTokenHasBeenSet =
false;
117 bool m_registryNamePrefixHasBeenSet =
false;
118 bool m_scopeHasBeenSet =
false;
AWS_SCHEMAS_API ListRegistriesRequest()=default
AWS_SCHEMAS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListRegistriesRequest & WithNextToken(NextTokenT &&value)
ListRegistriesRequest & WithScope(ScopeT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetRegistryNamePrefix(RegistryNamePrefixT &&value)
bool RegistryNamePrefixHasBeenSet() const
void SetScope(ScopeT &&value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
bool LimitHasBeenSet() const
bool ScopeHasBeenSet() const
const Aws::String & GetRegistryNamePrefix() const
const Aws::String & GetScope() const
ListRegistriesRequest & WithLimit(int value)
ListRegistriesRequest & WithRegistryNamePrefix(RegistryNamePrefixT &&value)
AWS_SCHEMAS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String