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>
60 template <
typename TransferAccountIdT = Aws::String>
62 m_transferAccountIdHasBeenSet =
true;
63 m_transferAccountId = std::forward<TransferAccountIdT>(value);
65 template <
typename TransferAccountIdT = Aws::String>
82 m_dryRunHasBeenSet =
true;
96 bool m_allocationIdHasBeenSet =
false;
97 bool m_transferAccountIdHasBeenSet =
false;
98 bool m_dryRunHasBeenSet =
false;
void SetAllocationId(AllocationIdT &&value)
const Aws::String & GetAllocationId() const
void SetTransferAccountId(TransferAccountIdT &&value)
void SetDryRun(bool value)
bool AllocationIdHasBeenSet() const
EnableAddressTransferRequest & WithAllocationId(AllocationIdT &&value)
bool TransferAccountIdHasBeenSet() const
EnableAddressTransferRequest & WithDryRun(bool value)
EnableAddressTransferRequest & WithTransferAccountId(TransferAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
bool DryRunHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
AWS_EC2_API EnableAddressTransferRequest()=default
const Aws::String & GetTransferAccountId() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String