7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/imagebuilder/ImagebuilderRequest.h>
10#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
11#include <aws/imagebuilder/model/Filter.h>
12#include <aws/imagebuilder/model/Ownership.h>
17namespace imagebuilder {
42 m_ownerHasBeenSet =
true;
60 template <
typename FiltersT = Aws::Vector<Filter>>
62 m_filtersHasBeenSet =
true;
63 m_filters = std::forward<FiltersT>(value);
65 template <
typename FiltersT = Aws::Vector<Filter>>
70 template <
typename FiltersT = Filter>
72 m_filtersHasBeenSet =
true;
73 m_filters.emplace_back(std::forward<FiltersT>(value));
88 m_byNameHasBeenSet =
true;
104 m_maxResultsHasBeenSet =
true;
105 m_maxResults = value;
120 template <
typename NextTokenT = Aws::String>
122 m_nextTokenHasBeenSet =
true;
123 m_nextToken = std::forward<NextTokenT>(value);
125 template <
typename NextTokenT = Aws::String>
141 m_includeDeprecatedHasBeenSet =
true;
142 m_includeDeprecated = value;
154 bool m_byName{
false};
160 bool m_includeDeprecated{
false};
161 bool m_ownerHasBeenSet =
false;
162 bool m_filtersHasBeenSet =
false;
163 bool m_byNameHasBeenSet =
false;
164 bool m_maxResultsHasBeenSet =
false;
165 bool m_nextTokenHasBeenSet =
false;
166 bool m_includeDeprecatedHasBeenSet =
false;
bool NextTokenHasBeenSet() const
int GetMaxResults() const
void SetIncludeDeprecated(bool value)
ListImagesRequest & AddFilters(FiltersT &&value)
AWS_IMAGEBUILDER_API ListImagesRequest()=default
ListImagesRequest & WithFilters(FiltersT &&value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
ListImagesRequest & WithOwner(Ownership value)
const Aws::Vector< Filter > & GetFilters() const
void SetNextToken(NextTokenT &&value)
ListImagesRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
ListImagesRequest & WithByName(bool value)
bool IncludeDeprecatedHasBeenSet() const
bool GetIncludeDeprecated() const
bool OwnerHasBeenSet() const
bool ByNameHasBeenSet() const
void SetFilters(FiltersT &&value)
bool FiltersHasBeenSet() const
ListImagesRequest & WithNextToken(NextTokenT &&value)
void SetOwner(Ownership value)
void SetByName(bool value)
Ownership GetOwner() const
ListImagesRequest & WithIncludeDeprecated(bool value)
AWS_IMAGEBUILDER_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector