7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ec2/model/Filter.h>
50 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
62 inline void SetIpamPoolId(
const char* value) { m_ipamPoolIdHasBeenSet =
true; m_ipamPoolId.assign(value); }
76 inline void SetIpamPoolAllocationId(
const char* value) { m_ipamPoolAllocationIdHasBeenSet =
true; m_ipamPoolAllocationId.assign(value); }
105 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
117 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
125 bool m_dryRunHasBeenSet =
false;
128 bool m_ipamPoolIdHasBeenSet =
false;
131 bool m_ipamPoolAllocationIdHasBeenSet =
false;
134 bool m_filtersHasBeenSet =
false;
137 bool m_maxResultsHasBeenSet =
false;
140 bool m_nextTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetIpamPoolAllocationId(const Aws::String &value)
void SetIpamPoolAllocationId(Aws::String &&value)
GetIpamPoolAllocationsRequest & WithFilters(const Aws::Vector< Filter > &value)
void SetIpamPoolId(const char *value)
int GetMaxResults() const
GetIpamPoolAllocationsRequest & WithIpamPoolAllocationId(const Aws::String &value)
GetIpamPoolAllocationsRequest & WithNextToken(Aws::String &&value)
void SetDryRun(bool value)
GetIpamPoolAllocationsRequest & WithIpamPoolId(const Aws::String &value)
bool IpamPoolIdHasBeenSet() const
bool FiltersHasBeenSet() const
GetIpamPoolAllocationsRequest & WithIpamPoolId(Aws::String &&value)
const Aws::String & GetNextToken() const
void SetIpamPoolAllocationId(const char *value)
GetIpamPoolAllocationsRequest & WithIpamPoolAllocationId(const char *value)
GetIpamPoolAllocationsRequest & WithDryRun(bool value)
void SetNextToken(Aws::String &&value)
const Aws::String & GetIpamPoolId() const
GetIpamPoolAllocationsRequest & WithIpamPoolId(const char *value)
GetIpamPoolAllocationsRequest & WithFilters(Aws::Vector< Filter > &&value)
void SetIpamPoolId(const Aws::String &value)
GetIpamPoolAllocationsRequest & WithIpamPoolAllocationId(Aws::String &&value)
GetIpamPoolAllocationsRequest & WithNextToken(const char *value)
bool DryRunHasBeenSet() const
GetIpamPoolAllocationsRequest & WithMaxResults(int value)
AWS_EC2_API Aws::String SerializePayload() const override
GetIpamPoolAllocationsRequest & AddFilters(Filter &&value)
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetFilters(Aws::Vector< Filter > &&value)
const Aws::String & GetIpamPoolAllocationId() const
GetIpamPoolAllocationsRequest & AddFilters(const Filter &value)
AWS_EC2_API GetIpamPoolAllocationsRequest()
void SetIpamPoolId(Aws::String &&value)
void SetNextToken(const char *value)
bool IpamPoolAllocationIdHasBeenSet() const
const Aws::Vector< Filter > & GetFilters() const
void SetMaxResults(int value)
GetIpamPoolAllocationsRequest & WithNextToken(const Aws::String &value)
void SetNextToken(const Aws::String &value)
void SetFilters(const Aws::Vector< Filter > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector