7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ec2/EC2Request.h>
10#include <aws/ec2/EC2_EXPORTS.h>
11#include <aws/ec2/model/Filter.h>
43 template <
typename PoolIdsT = Aws::Vector<Aws::String>>
45 m_poolIdsHasBeenSet =
true;
46 m_poolIds = std::forward<PoolIdsT>(value);
48 template <
typename PoolIdsT = Aws::Vector<Aws::String>>
53 template <
typename PoolIdsT = Aws::String>
55 m_poolIdsHasBeenSet =
true;
56 m_poolIds.emplace_back(std::forward<PoolIdsT>(value));
67 template <
typename NextTokenT = Aws::String>
69 m_nextTokenHasBeenSet =
true;
70 m_nextToken = std::forward<NextTokenT>(value);
72 template <
typename NextTokenT = Aws::String>
88 m_maxResultsHasBeenSet =
true;
107 m_dryRunHasBeenSet =
true;
130 template <
typename FiltersT = Aws::Vector<Filter>>
132 m_filtersHasBeenSet =
true;
133 m_filters = std::forward<FiltersT>(value);
135 template <
typename FiltersT = Aws::Vector<Filter>>
140 template <
typename FiltersT = Filter>
142 m_filtersHasBeenSet =
true;
143 m_filters.emplace_back(std::forward<FiltersT>(value));
154 bool m_dryRun{
false};
157 bool m_poolIdsHasBeenSet =
false;
158 bool m_nextTokenHasBeenSet =
false;
159 bool m_maxResultsHasBeenSet =
false;
160 bool m_dryRunHasBeenSet =
false;
161 bool m_filtersHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
DescribeIpv6PoolsRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
bool FiltersHasBeenSet() const
void SetPoolIds(PoolIdsT &&value)
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
const Aws::String & GetNextToken() const
DescribeIpv6PoolsRequest & AddPoolIds(PoolIdsT &&value)
bool DryRunHasBeenSet() const
const Aws::Vector< Filter > & GetFilters() const
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
const Aws::Vector< Aws::String > & GetPoolIds() const
AWS_EC2_API Aws::String SerializePayload() const override
bool PoolIdsHasBeenSet() const
AWS_EC2_API DescribeIpv6PoolsRequest()=default
DescribeIpv6PoolsRequest & WithMaxResults(int value)
void SetFilters(FiltersT &&value)
DescribeIpv6PoolsRequest & WithDryRun(bool value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetDryRun(bool value)
DescribeIpv6PoolsRequest & WithFilters(FiltersT &&value)
DescribeIpv6PoolsRequest & AddFilters(FiltersT &&value)
DescribeIpv6PoolsRequest & WithPoolIds(PoolIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector