7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
45 m_dryRunHasBeenSet =
true;
61 template <
typename IpamPoolIdT = Aws::String>
63 m_ipamPoolIdHasBeenSet =
true;
64 m_ipamPoolId = std::forward<IpamPoolIdT>(value);
66 template <
typename IpamPoolIdT = Aws::String>
79 template <
typename C
idrT = Aws::String>
81 m_cidrHasBeenSet =
true;
82 m_cidr = std::forward<CidrT>(value);
84 template <
typename C
idrT = Aws::String>
86 SetCidr(std::forward<CidrT>(value));
97 template <
typename IpamPoolAllocationIdT = Aws::String>
99 m_ipamPoolAllocationIdHasBeenSet =
true;
100 m_ipamPoolAllocationId = std::forward<IpamPoolAllocationIdT>(value);
102 template <
typename IpamPoolAllocationIdT = Aws::String>
109 bool m_dryRun{
false};
116 bool m_dryRunHasBeenSet =
false;
117 bool m_ipamPoolIdHasBeenSet =
false;
118 bool m_cidrHasBeenSet =
false;
119 bool m_ipamPoolAllocationIdHasBeenSet =
false;
AWS_EC2_API ReleaseIpamPoolAllocationRequest()=default
const Aws::String & GetCidr() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetIpamPoolId() const
bool CidrHasBeenSet() const
bool DryRunHasBeenSet() const
ReleaseIpamPoolAllocationRequest & WithIpamPoolId(IpamPoolIdT &&value)
void SetCidr(CidrT &&value)
void SetIpamPoolId(IpamPoolIdT &&value)
const Aws::String & GetIpamPoolAllocationId() const
void SetIpamPoolAllocationId(IpamPoolAllocationIdT &&value)
ReleaseIpamPoolAllocationRequest & WithDryRun(bool value)
bool IpamPoolAllocationIdHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
ReleaseIpamPoolAllocationRequest & WithCidr(CidrT &&value)
bool IpamPoolIdHasBeenSet() const
ReleaseIpamPoolAllocationRequest & WithIpamPoolAllocationId(IpamPoolAllocationIdT &&value)
void SetDryRun(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String