7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecr/ECRRequest.h>
9#include <aws/ecr/ECR_EXPORTS.h>
10#include <aws/ecr/model/ListImagesFilter.h>
42 template <
typename RegistryIdT = Aws::String>
44 m_registryIdHasBeenSet =
true;
45 m_registryId = std::forward<RegistryIdT>(value);
47 template <
typename RegistryIdT = Aws::String>
60 template <
typename RepositoryNameT = Aws::String>
62 m_repositoryNameHasBeenSet =
true;
63 m_repositoryName = std::forward<RepositoryNameT>(value);
65 template <
typename RepositoryNameT = Aws::String>
85 template <
typename NextTokenT = Aws::String>
87 m_nextTokenHasBeenSet =
true;
88 m_nextToken = std::forward<NextTokenT>(value);
90 template <
typename NextTokenT = Aws::String>
111 m_maxResultsHasBeenSet =
true;
112 m_maxResults = value;
127 template <
typename FilterT = ListImagesFilter>
129 m_filterHasBeenSet =
true;
130 m_filter = std::forward<FilterT>(value);
132 template <
typename FilterT = ListImagesFilter>
147 ListImagesFilter m_filter;
148 bool m_registryIdHasBeenSet =
false;
149 bool m_repositoryNameHasBeenSet =
false;
150 bool m_nextTokenHasBeenSet =
false;
151 bool m_maxResultsHasBeenSet =
false;
152 bool m_filterHasBeenSet =
false;
AWS_ECR_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
ListImagesRequest & WithMaxResults(int value)
AWS_ECR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListImagesRequest & WithRepositoryName(RepositoryNameT &&value)
void SetRegistryId(RegistryIdT &&value)
void SetRepositoryName(RepositoryNameT &&value)
ListImagesRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
bool RegistryIdHasBeenSet() const
const Aws::String & GetRegistryId() const
ListImagesRequest & WithFilter(FilterT &&value)
const Aws::String & GetRepositoryName() const
bool FilterHasBeenSet() const
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
ListImagesRequest & WithRegistryId(RegistryIdT &&value)
bool NextTokenHasBeenSet() const
void SetFilter(FilterT &&value)
virtual const char * GetServiceRequestName() const override
bool RepositoryNameHasBeenSet() const
const ListImagesFilter & GetFilter() const
AWS_ECR_API ListImagesRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String