7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/imagebuilder/ImagebuilderRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/imagebuilder/model/Filter.h>
44 template<
typename FiltersT = Aws::Vector<Filter>>
45 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
46 template<
typename FiltersT = Aws::Vector<Filter>>
48 template<
typename FiltersT = Filter>
58 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
77 bool m_filtersHasBeenSet =
false;
80 bool m_maxResultsHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
bool NextTokenHasBeenSet() const
ListLifecyclePoliciesRequest & WithFilters(FiltersT &&value)
void SetNextToken(NextTokenT &&value)
AWS_IMAGEBUILDER_API Aws::String SerializePayload() const override
int GetMaxResults() const
ListLifecyclePoliciesRequest & WithMaxResults(int value)
ListLifecyclePoliciesRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
AWS_IMAGEBUILDER_API ListLifecyclePoliciesRequest()=default
bool FiltersHasBeenSet() const
void SetMaxResults(int value)
const Aws::Vector< Filter > & GetFilters() const
ListLifecyclePoliciesRequest & AddFilters(FiltersT &&value)
const Aws::String & GetNextToken() const
void SetFilters(FiltersT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector