7#include <aws/codeartifact/CodeArtifact_EXPORTS.h>
8#include <aws/codeartifact/CodeArtifactRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetRepositoryPrefix(
const char* value) { m_repositoryPrefixHasBeenSet =
true; m_repositoryPrefix.assign(value); }
62 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
75 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
83 bool m_repositoryPrefixHasBeenSet =
false;
86 bool m_maxResultsHasBeenSet =
false;
89 bool m_nextTokenHasBeenSet =
false;
void SetRepositoryPrefix(Aws::String &&value)
AWS_CODEARTIFACT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNextToken(const Aws::String &value)
AWS_CODEARTIFACT_API ListRepositoriesRequest()
ListRepositoriesRequest & WithRepositoryPrefix(const Aws::String &value)
ListRepositoriesRequest & WithRepositoryPrefix(const char *value)
void SetNextToken(Aws::String &&value)
AWS_CODEARTIFACT_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
void SetRepositoryPrefix(const char *value)
void SetNextToken(const char *value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetRepositoryPrefix() const
int GetMaxResults() const
void SetMaxResults(int value)
ListRepositoriesRequest & WithRepositoryPrefix(Aws::String &&value)
bool NextTokenHasBeenSet() const
ListRepositoriesRequest & WithNextToken(Aws::String &&value)
ListRepositoriesRequest & WithNextToken(const char *value)
const Aws::String & GetNextToken() const
bool RepositoryPrefixHasBeenSet() const
ListRepositoriesRequest & WithMaxResults(int value)
void SetRepositoryPrefix(const Aws::String &value)
ListRepositoriesRequest & WithNextToken(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String