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>
50 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
63 template<
typename FiltersT = Aws::Vector<Filter>>
64 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
65 template<
typename FiltersT = Aws::Vector<Filter>>
67 template<
typename FiltersT = Filter>
77 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
87 template<
typename NextTokenT = Aws::String>
88 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
89 template<
typename NextTokenT = Aws::String>
99 template<
typename IpamPoolIdsT = Aws::Vector<Aws::String>>
100 void SetIpamPoolIds(IpamPoolIdsT&& value) { m_ipamPoolIdsHasBeenSet =
true; m_ipamPoolIds = std::forward<IpamPoolIdsT>(value); }
101 template<
typename IpamPoolIdsT = Aws::Vector<Aws::String>>
103 template<
typename IpamPoolIdsT = Aws::String>
108 bool m_dryRun{
false};
109 bool m_dryRunHasBeenSet =
false;
112 bool m_filtersHasBeenSet =
false;
115 bool m_maxResultsHasBeenSet =
false;
118 bool m_nextTokenHasBeenSet =
false;
121 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