7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetAllocationId(
const char* value) { m_allocationIdHasBeenSet =
true; m_allocationId.assign(value); }
62 inline void SetTransferAccountId(
const char* value) { m_transferAccountIdHasBeenSet =
true; m_transferAccountId.assign(value); }
77 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
83 bool m_allocationIdHasBeenSet =
false;
86 bool m_transferAccountIdHasBeenSet =
false;
89 bool m_dryRunHasBeenSet =
false;
void SetTransferAccountId(const char *value)
const Aws::String & GetAllocationId() const
void SetDryRun(bool value)
bool AllocationIdHasBeenSet() const
AWS_EC2_API EnableAddressTransferRequest()
void SetAllocationId(const char *value)
EnableAddressTransferRequest & WithAllocationId(const Aws::String &value)
EnableAddressTransferRequest & WithAllocationId(const char *value)
bool TransferAccountIdHasBeenSet() const
EnableAddressTransferRequest & WithDryRun(bool value)
void SetAllocationId(const Aws::String &value)
EnableAddressTransferRequest & WithTransferAccountId(const char *value)
virtual const char * GetServiceRequestName() const override
bool DryRunHasBeenSet() const
void SetTransferAccountId(const Aws::String &value)
void SetAllocationId(Aws::String &&value)
AWS_EC2_API Aws::String SerializePayload() const override
const Aws::String & GetTransferAccountId() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
EnableAddressTransferRequest & WithAllocationId(Aws::String &&value)
void SetTransferAccountId(Aws::String &&value)
EnableAddressTransferRequest & WithTransferAccountId(const Aws::String &value)
EnableAddressTransferRequest & WithTransferAccountId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String