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>
47 m_dryRunHasBeenSet =
true;
65 template <
typename FiltersT = Aws::Vector<Filter>>
67 m_filtersHasBeenSet =
true;
68 m_filters = std::forward<FiltersT>(value);
70 template <
typename FiltersT = Aws::Vector<Filter>>
75 template <
typename FiltersT = Filter>
77 m_filtersHasBeenSet =
true;
78 m_filters.emplace_back(std::forward<FiltersT>(value));
90 m_maxResultsHasBeenSet =
true;
105 template <
typename NextTokenT = Aws::String>
107 m_nextTokenHasBeenSet =
true;
108 m_nextToken = std::forward<NextTokenT>(value);
110 template <
typename NextTokenT = Aws::String>
123 template <
typename IpamPoolIdsT = Aws::Vector<Aws::String>>
125 m_ipamPoolIdsHasBeenSet =
true;
126 m_ipamPoolIds = std::forward<IpamPoolIdsT>(value);
128 template <
typename IpamPoolIdsT = Aws::Vector<Aws::String>>
133 template <
typename IpamPoolIdsT = Aws::String>
135 m_ipamPoolIdsHasBeenSet =
true;
136 m_ipamPoolIds.emplace_back(std::forward<IpamPoolIdsT>(value));
141 bool m_dryRun{
false};
150 bool m_dryRunHasBeenSet =
false;
151 bool m_filtersHasBeenSet =
false;
152 bool m_maxResultsHasBeenSet =
false;
153 bool m_nextTokenHasBeenSet =
false;
154 bool m_ipamPoolIdsHasBeenSet =
false;
const Aws::Vector< Filter > & GetFilters() const
const Aws::Vector< Aws::String > & GetIpamPoolIds() const
DescribeIpamPoolsRequest & AddFilters(FiltersT &&value)
const Aws::String & GetNextToken() const
void SetIpamPoolIds(IpamPoolIdsT &&value)
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
bool FiltersHasBeenSet() const
DescribeIpamPoolsRequest & WithDryRun(bool value)
DescribeIpamPoolsRequest & WithIpamPoolIds(IpamPoolIdsT &&value)
void SetDryRun(bool value)
DescribeIpamPoolsRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool IpamPoolIdsHasBeenSet() const
int GetMaxResults() const
DescribeIpamPoolsRequest & WithFilters(FiltersT &&value)
AWS_EC2_API DescribeIpamPoolsRequest()=default
bool MaxResultsHasBeenSet() const
DescribeIpamPoolsRequest & WithMaxResults(int value)
void SetFilters(FiltersT &&value)
DescribeIpamPoolsRequest & AddIpamPoolIds(IpamPoolIdsT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
bool DryRunHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector