7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/ec2/model/Filter.h>
47 template<
typename PoolIdsT = Aws::Vector<Aws::String>>
48 void SetPoolIds(PoolIdsT&& value) { m_poolIdsHasBeenSet =
true; m_poolIds = std::forward<PoolIdsT>(value); }
49 template<
typename PoolIdsT = Aws::Vector<Aws::String>>
51 template<
typename PoolIdsT = Aws::String>
61 template<
typename NextTokenT = Aws::String>
62 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
63 template<
typename NextTokenT = Aws::String>
75 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
88 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
106 template<
typename FiltersT = Aws::Vector<Filter>>
107 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
108 template<
typename FiltersT = Aws::Vector<Filter>>
110 template<
typename FiltersT = Filter>
116 bool m_poolIdsHasBeenSet =
false;
119 bool m_nextTokenHasBeenSet =
false;
122 bool m_maxResultsHasBeenSet =
false;
124 bool m_dryRun{
false};
125 bool m_dryRunHasBeenSet =
false;
128 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