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 IpamPoolIdT = Aws::String>
64 m_ipamPoolIdHasBeenSet =
true;
65 m_ipamPoolId = std::forward<IpamPoolIdT>(value);
67 template <
typename IpamPoolIdT = Aws::String>
80 template <
typename IpamPoolAllocationIdT = Aws::String>
82 m_ipamPoolAllocationIdHasBeenSet =
true;
83 m_ipamPoolAllocationId = std::forward<IpamPoolAllocationIdT>(value);
85 template <
typename IpamPoolAllocationIdT = Aws::String>
101 template <
typename FiltersT = Aws::Vector<Filter>>
103 m_filtersHasBeenSet =
true;
104 m_filters = std::forward<FiltersT>(value);
106 template <
typename FiltersT = Aws::Vector<Filter>>
111 template <
typename FiltersT = Filter>
113 m_filtersHasBeenSet =
true;
114 m_filters.emplace_back(std::forward<FiltersT>(value));
126 m_maxResultsHasBeenSet =
true;
127 m_maxResults = value;
141 template <
typename NextTokenT = Aws::String>
143 m_nextTokenHasBeenSet =
true;
144 m_nextToken = std::forward<NextTokenT>(value);
146 template <
typename NextTokenT = Aws::String>
153 bool m_dryRun{
false};
164 bool m_dryRunHasBeenSet =
false;
165 bool m_ipamPoolIdHasBeenSet =
false;
166 bool m_ipamPoolAllocationIdHasBeenSet =
false;
167 bool m_filtersHasBeenSet =
false;
168 bool m_maxResultsHasBeenSet =
false;
169 bool m_nextTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
GetIpamPoolAllocationsRequest & WithFilters(FiltersT &&value)
void SetDryRun(bool value)
bool IpamPoolIdHasBeenSet() const
bool FiltersHasBeenSet() const
void SetNextToken(NextTokenT &&value)
GetIpamPoolAllocationsRequest & WithIpamPoolAllocationId(IpamPoolAllocationIdT &&value)
const Aws::String & GetNextToken() const
GetIpamPoolAllocationsRequest & AddFilters(FiltersT &&value)
void SetIpamPoolId(IpamPoolIdT &&value)
GetIpamPoolAllocationsRequest & WithDryRun(bool value)
const Aws::String & GetIpamPoolId() const
void SetIpamPoolAllocationId(IpamPoolAllocationIdT &&value)
GetIpamPoolAllocationsRequest & WithIpamPoolId(IpamPoolIdT &&value)
bool DryRunHasBeenSet() const
GetIpamPoolAllocationsRequest & WithNextToken(NextTokenT &&value)
GetIpamPoolAllocationsRequest & WithMaxResults(int value)
AWS_EC2_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetIpamPoolAllocationId() const
bool IpamPoolAllocationIdHasBeenSet() const
const Aws::Vector< Filter > & GetFilters() const
void SetMaxResults(int value)
AWS_EC2_API GetIpamPoolAllocationsRequest()=default
void SetFilters(FiltersT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector