7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/ecr/ECRRequest.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>
60 template<
typename EcrRepositoryPrefixesT = Aws::Vector<Aws::String>>
61 void SetEcrRepositoryPrefixes(EcrRepositoryPrefixesT&& value) { m_ecrRepositoryPrefixesHasBeenSet =
true; m_ecrRepositoryPrefixes = std::forward<EcrRepositoryPrefixesT>(value); }
62 template<
typename EcrRepositoryPrefixesT = Aws::Vector<Aws::String>>
64 template<
typename EcrRepositoryPrefixesT = Aws::String>
79 template<
typename NextTokenT = Aws::String>
80 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
81 template<
typename NextTokenT = Aws::String>
100 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
106 bool m_registryIdHasBeenSet =
false;
109 bool m_ecrRepositoryPrefixesHasBeenSet =
false;
112 bool m_nextTokenHasBeenSet =
false;
115 bool m_maxResultsHasBeenSet =
false;
void SetRegistryId(RegistryIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_ECR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_ECR_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetEcrRepositoryPrefixes() const
AWS_ECR_API DescribePullThroughCacheRulesRequest()=default
DescribePullThroughCacheRulesRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
DescribePullThroughCacheRulesRequest & WithRegistryId(RegistryIdT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetRegistryId() const
DescribePullThroughCacheRulesRequest & WithEcrRepositoryPrefixes(EcrRepositoryPrefixesT &&value)
DescribePullThroughCacheRulesRequest & AddEcrRepositoryPrefixes(EcrRepositoryPrefixesT &&value)
bool RegistryIdHasBeenSet() const
void SetNextToken(NextTokenT &&value)
DescribePullThroughCacheRulesRequest & WithMaxResults(int value)
void SetEcrRepositoryPrefixes(EcrRepositoryPrefixesT &&value)
int GetMaxResults() const
bool EcrRepositoryPrefixesHasBeenSet() 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