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;
62 template <
typename IpamPoolAllocationIdsT = Aws::Vector<Aws::String>>
64 m_ipamPoolAllocationIdsHasBeenSet =
true;
65 m_ipamPoolAllocationIds = std::forward<IpamPoolAllocationIdsT>(value);
67 template <
typename IpamPoolAllocationIdsT = Aws::Vector<Aws::String>>
72 template <
typename IpamPoolAllocationIdsT = Aws::String>
74 m_ipamPoolAllocationIdsHasBeenSet =
true;
75 m_ipamPoolAllocationIds.emplace_back(std::forward<IpamPoolAllocationIdsT>(value));
89 template <
typename FiltersT = Aws::Vector<Filter>>
91 m_filtersHasBeenSet =
true;
92 m_filters = std::forward<FiltersT>(value);
94 template <
typename FiltersT = Aws::Vector<Filter>>
99 template <
typename FiltersT = Filter>
101 m_filtersHasBeenSet =
true;
102 m_filters.emplace_back(std::forward<FiltersT>(value));
117 m_maxResultsHasBeenSet =
true;
118 m_maxResults = value;
132 template <
typename NextTokenT = Aws::String>
134 m_nextTokenHasBeenSet =
true;
135 m_nextToken = std::forward<NextTokenT>(value);
137 template <
typename NextTokenT = Aws::String>
144 bool m_dryRun{
false};
153 bool m_dryRunHasBeenSet =
false;
154 bool m_ipamPoolAllocationIdsHasBeenSet =
false;
155 bool m_filtersHasBeenSet =
false;
156 bool m_maxResultsHasBeenSet =
false;
157 bool m_nextTokenHasBeenSet =
false;
DescribeIpamPoolAllocationsRequest & WithFilters(FiltersT &&value)
DescribeIpamPoolAllocationsRequest & AddFilters(FiltersT &&value)
void SetNextToken(NextTokenT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
void SetDryRun(bool value)
bool IpamPoolAllocationIdsHasBeenSet() const
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
void SetFilters(FiltersT &&value)
bool DryRunHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeIpamPoolAllocationsRequest & WithIpamPoolAllocationIds(IpamPoolAllocationIdsT &&value)
const Aws::Vector< Aws::String > & GetIpamPoolAllocationIds() const
int GetMaxResults() const
bool FiltersHasBeenSet() const
DescribeIpamPoolAllocationsRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Filter > & GetFilters() const
void SetIpamPoolAllocationIds(IpamPoolAllocationIdsT &&value)
DescribeIpamPoolAllocationsRequest & WithNextToken(NextTokenT &&value)
DescribeIpamPoolAllocationsRequest & WithDryRun(bool value)
AWS_EC2_API DescribeIpamPoolAllocationsRequest()=default
DescribeIpamPoolAllocationsRequest & AddIpamPoolAllocationIds(IpamPoolAllocationIdsT &&value)
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector