7#include <aws/schemas/Schemas_EXPORTS.h>
8#include <aws/schemas/SchemasRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline int GetLimit()
const {
return m_limit; }
45 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
70 template<
typename RegistryNamePrefixT = Aws::String>
71 void SetRegistryNamePrefix(RegistryNamePrefixT&& value) { m_registryNamePrefixHasBeenSet =
true; m_registryNamePrefix = std::forward<RegistryNamePrefixT>(value); }
72 template<
typename RegistryNamePrefixT = Aws::String>
83 template<
typename ScopeT = Aws::String>
84 void SetScope(ScopeT&& value) { m_scopeHasBeenSet =
true; m_scope = std::forward<ScopeT>(value); }
85 template<
typename ScopeT = Aws::String>
91 bool m_limitHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
97 bool m_registryNamePrefixHasBeenSet =
false;
100 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