7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
41 template <
typename AllocationIdT = Aws::String>
43 m_allocationIdHasBeenSet =
true;
44 m_allocationId = std::forward<AllocationIdT>(value);
46 template <
typename AllocationIdT = Aws::String>
63 m_dryRunHasBeenSet =
true;
75 bool m_allocationIdHasBeenSet =
false;
76 bool m_dryRunHasBeenSet =
false;
bool AllocationIdHasBeenSet() const
DisableAddressTransferRequest & WithAllocationId(AllocationIdT &&value)
DisableAddressTransferRequest & WithDryRun(bool value)
const Aws::String & GetAllocationId() const
virtual const char * GetServiceRequestName() const override
bool DryRunHasBeenSet() const
AWS_EC2_API DisableAddressTransferRequest()=default
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetAllocationId(AllocationIdT &&value)
void SetDryRun(bool value)
AWS_EC2_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String