7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ec2/model/TagSpecification.h>
49 inline void SetAddress(
const char* value) { m_addressHasBeenSet =
true; m_address.assign(value); }
83 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
89 bool m_addressHasBeenSet =
false;
92 bool m_tagSpecificationsHasBeenSet =
false;
95 bool m_dryRunHasBeenSet =
false;
AcceptAddressTransferRequest & WithAddress(Aws::String &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AcceptAddressTransferRequest & WithAddress(const Aws::String &value)
AWS_EC2_API Aws::String SerializePayload() const override
bool AddressHasBeenSet() const
AcceptAddressTransferRequest & WithTagSpecifications(Aws::Vector< TagSpecification > &&value)
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
void SetAddress(const Aws::String &value)
AcceptAddressTransferRequest & AddTagSpecifications(TagSpecification &&value)
const Aws::String & GetAddress() const
bool TagSpecificationsHasBeenSet() const
void SetAddress(Aws::String &&value)
void SetAddress(const char *value)
virtual const char * GetServiceRequestName() const override
void SetTagSpecifications(const Aws::Vector< TagSpecification > &value)
void SetDryRun(bool value)
AcceptAddressTransferRequest & WithAddress(const char *value)
AcceptAddressTransferRequest & AddTagSpecifications(const TagSpecification &value)
AcceptAddressTransferRequest & WithDryRun(bool value)
void SetTagSpecifications(Aws::Vector< TagSpecification > &&value)
AWS_EC2_API AcceptAddressTransferRequest()
bool DryRunHasBeenSet() const
AcceptAddressTransferRequest & WithTagSpecifications(const Aws::Vector< TagSpecification > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector