7#include <aws/codeartifact/CodeArtifact_EXPORTS.h>
8#include <aws/codeartifact/CodeArtifactRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename RepositoryPrefixT = Aws::String>
49 void SetRepositoryPrefix(RepositoryPrefixT&& value) { m_repositoryPrefixHasBeenSet =
true; m_repositoryPrefix = std::forward<RepositoryPrefixT>(value); }
50 template<
typename RepositoryPrefixT = Aws::String>
60 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
71 template<
typename NextTokenT = Aws::String>
72 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
73 template<
typename NextTokenT = Aws::String>
79 bool m_repositoryPrefixHasBeenSet =
false;
82 bool m_maxResultsHasBeenSet =
false;
85 bool m_nextTokenHasBeenSet =
false;
AWS_CODEARTIFACT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListRepositoriesRequest & WithRepositoryPrefix(RepositoryPrefixT &&value)
AWS_CODEARTIFACT_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
void SetRepositoryPrefix(RepositoryPrefixT &&value)
ListRepositoriesRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetRepositoryPrefix() const
int GetMaxResults() const
AWS_CODEARTIFACT_API ListRepositoriesRequest()=default
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
bool RepositoryPrefixHasBeenSet() const
ListRepositoriesRequest & WithMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String