7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/ecr/ECRRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
31 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeRepositoryCreationTemplates"; }
46 template<
typename PrefixesT = Aws::Vector<Aws::String>>
47 void SetPrefixes(PrefixesT&& value) { m_prefixesHasBeenSet =
true; m_prefixes = std::forward<PrefixesT>(value); }
48 template<
typename PrefixesT = Aws::Vector<Aws::String>>
50 template<
typename PrefixesT = Aws::String>
67 template<
typename NextTokenT = Aws::String>
68 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
69 template<
typename NextTokenT = Aws::String>
90 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
96 bool m_prefixesHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
102 bool m_maxResultsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_ECR_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
void SetPrefixes(PrefixesT &&value)
DescribeRepositoryCreationTemplatesRequest & WithNextToken(NextTokenT &&value)
DescribeRepositoryCreationTemplatesRequest & WithMaxResults(int value)
const Aws::Vector< Aws::String > & GetPrefixes() const
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
DescribeRepositoryCreationTemplatesRequest & WithPrefixes(PrefixesT &&value)
void SetMaxResults(int value)
bool PrefixesHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_ECR_API DescribeRepositoryCreationTemplatesRequest()=default
AWS_ECR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeRepositoryCreationTemplatesRequest & AddPrefixes(PrefixesT &&value)
bool NextTokenHasBeenSet() 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