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 {
44 m_ownerHasBeenSet =
true;
62 template <
typename FiltersT = Aws::Vector<Filter>>
64 m_filtersHasBeenSet =
true;
65 m_filters = std::forward<FiltersT>(value);
67 template <
typename FiltersT = Aws::Vector<Filter>>
72 template <
typename FiltersT = Filter>
74 m_filtersHasBeenSet =
true;
75 m_filters.emplace_back(std::forward<FiltersT>(value));
87 m_byNameHasBeenSet =
true;
103 m_maxResultsHasBeenSet =
true;
104 m_maxResults = value;
119 template <
typename NextTokenT = Aws::String>
121 m_nextTokenHasBeenSet =
true;
122 m_nextToken = std::forward<NextTokenT>(value);
124 template <
typename NextTokenT = Aws::String>
138 m_includeDeprecatedHasBeenSet =
true;
139 m_includeDeprecated = value;
151 bool m_byName{
false};
157 bool m_includeDeprecated{
false};
158 bool m_ownerHasBeenSet =
false;
159 bool m_filtersHasBeenSet =
false;
160 bool m_byNameHasBeenSet =
false;
161 bool m_maxResultsHasBeenSet =
false;
162 bool m_nextTokenHasBeenSet =
false;
163 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