7#include <aws/ecr-public/ECRPublic_EXPORTS.h>
8#include <aws/ecr-public/ECRPublicRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
46 template<
typename RegistryIdT = Aws::String>
47 void SetRegistryId(RegistryIdT&& value) { m_registryIdHasBeenSet =
true; m_registryId = std::forward<RegistryIdT>(value); }
48 template<
typename RegistryIdT = Aws::String>
59 template<
typename RepositoryNamesT = Aws::Vector<Aws::String>>
60 void SetRepositoryNames(RepositoryNamesT&& value) { m_repositoryNamesHasBeenSet =
true; m_repositoryNames = std::forward<RepositoryNamesT>(value); }
61 template<
typename RepositoryNamesT = Aws::Vector<Aws::String>>
63 template<
typename RepositoryNamesT = Aws::String>
81 template<
typename NextTokenT = Aws::String>
82 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
83 template<
typename NextTokenT = Aws::String>
102 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
108 bool m_registryIdHasBeenSet =
false;
111 bool m_repositoryNamesHasBeenSet =
false;
114 bool m_nextTokenHasBeenSet =
false;
117 bool m_maxResultsHasBeenSet =
false;
DescribeRepositoriesRequest & WithRegistryId(RegistryIdT &&value)
bool RegistryIdHasBeenSet() const
const Aws::String & GetRegistryId() const
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
DescribeRepositoriesRequest & AddRepositoryNames(RepositoryNamesT &&value)
virtual const char * GetServiceRequestName() const override
DescribeRepositoriesRequest & WithMaxResults(int value)
AWS_ECRPUBLIC_API Aws::String SerializePayload() const override
void SetRegistryId(RegistryIdT &&value)
bool RepositoryNamesHasBeenSet() const
AWS_ECRPUBLIC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetRepositoryNames(RepositoryNamesT &&value)
const Aws::String & GetNextToken() const
DescribeRepositoriesRequest & WithRepositoryNames(RepositoryNamesT &&value)
AWS_ECRPUBLIC_API DescribeRepositoriesRequest()=default
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
DescribeRepositoriesRequest & WithNextToken(NextTokenT &&value)
const Aws::Vector< Aws::String > & GetRepositoryNames() const
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