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;
60 template <
typename IpamPoolAllocationIdT = Aws::String>
62 m_ipamPoolAllocationIdHasBeenSet =
true;
63 m_ipamPoolAllocationId = std::forward<IpamPoolAllocationIdT>(value);
65 template <
typename IpamPoolAllocationIdT = Aws::String>
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
96 bool m_dryRunHasBeenSet =
false;
97 bool m_ipamPoolAllocationIdHasBeenSet =
false;
98 bool m_descriptionHasBeenSet =
false;
AWS_EC2_API Aws::String SerializePayload() const override
const Aws::String & GetIpamPoolAllocationId() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool DescriptionHasBeenSet() const
ModifyIpamPoolAllocationRequest & WithDryRun(bool value)
void SetDryRun(bool value)
virtual const char * GetServiceRequestName() const override
bool IpamPoolAllocationIdHasBeenSet() const
bool DryRunHasBeenSet() const
ModifyIpamPoolAllocationRequest & WithDescription(DescriptionT &&value)
AWS_EC2_API ModifyIpamPoolAllocationRequest()=default
ModifyIpamPoolAllocationRequest & WithIpamPoolAllocationId(IpamPoolAllocationIdT &&value)
void SetIpamPoolAllocationId(IpamPoolAllocationIdT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String