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;
111 template <
typename FiltersT = Aws::Vector<Filter>>
113 m_filtersHasBeenSet =
true;
114 m_filters = std::forward<FiltersT>(value);
116 template <
typename FiltersT = Aws::Vector<Filter>>
121 template <
typename FiltersT = Filter>
123 m_filtersHasBeenSet =
true;
124 m_filters.emplace_back(std::forward<FiltersT>(value));
136 bool m_poolIdsHasBeenSet =
false;
137 bool m_nextTokenHasBeenSet =
false;
138 bool m_maxResultsHasBeenSet =
false;
139 bool m_filtersHasBeenSet =
false;
const Aws::Vector< Filter > & GetFilters() const
DescribePublicIpv4PoolsRequest & AddFilters(FiltersT &&value)
bool NextTokenHasBeenSet() const
DescribePublicIpv4PoolsRequest & WithNextToken(NextTokenT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
DescribePublicIpv4PoolsRequest & WithPoolIds(PoolIdsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_EC2_API DescribePublicIpv4PoolsRequest()=default
DescribePublicIpv4PoolsRequest & WithMaxResults(int value)
void SetFilters(FiltersT &&value)
const Aws::Vector< Aws::String > & GetPoolIds() const
int GetMaxResults() const
DescribePublicIpv4PoolsRequest & WithFilters(FiltersT &&value)
void SetPoolIds(PoolIdsT &&value)
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
bool PoolIdsHasBeenSet() const
bool FiltersHasBeenSet() const
DescribePublicIpv4PoolsRequest & AddPoolIds(PoolIdsT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector