7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ecr/ECRRequest.h>
10#include <aws/ecr/ECR_EXPORTS.h>
42 template <
typename RegistryIdT = Aws::String>
44 m_registryIdHasBeenSet =
true;
45 m_registryId = std::forward<RegistryIdT>(value);
47 template <
typename RegistryIdT = Aws::String>
61 template <
typename RepositoryNamesT = Aws::Vector<Aws::String>>
63 m_repositoryNamesHasBeenSet =
true;
64 m_repositoryNames = std::forward<RepositoryNamesT>(value);
66 template <
typename RepositoryNamesT = Aws::Vector<Aws::String>>
71 template <
typename RepositoryNamesT = Aws::String>
73 m_repositoryNamesHasBeenSet =
true;
74 m_repositoryNames.emplace_back(std::forward<RepositoryNamesT>(value));
93 template <
typename NextTokenT = Aws::String>
95 m_nextTokenHasBeenSet =
true;
96 m_nextToken = std::forward<NextTokenT>(value);
98 template <
typename NextTokenT = Aws::String>
121 m_maxResultsHasBeenSet =
true;
122 m_maxResults = value;
137 bool m_registryIdHasBeenSet =
false;
138 bool m_repositoryNamesHasBeenSet =
false;
139 bool m_nextTokenHasBeenSet =
false;
140 bool m_maxResultsHasBeenSet =
false;
void SetRepositoryNames(RepositoryNamesT &&value)
AWS_ECR_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
DescribeRepositoriesRequest & AddRepositoryNames(RepositoryNamesT &&value)
AWS_ECR_API DescribeRepositoriesRequest()=default
AWS_ECR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeRepositoriesRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetRegistryId() const
void SetMaxResults(int value)
DescribeRepositoriesRequest & WithRepositoryNames(RepositoryNamesT &&value)
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
bool RegistryIdHasBeenSet() const
DescribeRepositoriesRequest & WithRegistryId(RegistryIdT &&value)
DescribeRepositoriesRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
bool RepositoryNamesHasBeenSet() const
int GetMaxResults() const
const Aws::Vector< Aws::String > & GetRepositoryNames() const
void SetRegistryId(RegistryIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector