7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ec2/EC2Request.h>
10#include <aws/ec2/EC2_EXPORTS.h>
11#include <aws/ec2/model/TagSpecification.h>
43 template <
typename AddressT = Aws::String>
45 m_addressHasBeenSet =
true;
46 m_address = std::forward<AddressT>(value);
48 template <
typename AddressT = Aws::String>
66 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
68 m_tagSpecificationsHasBeenSet =
true;
69 m_tagSpecifications = std::forward<TagSpecificationsT>(value);
71 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
76 template <
typename TagSpecificationsT = TagSpecification>
78 m_tagSpecificationsHasBeenSet =
true;
79 m_tagSpecifications.emplace_back(std::forward<TagSpecificationsT>(value));
94 m_dryRunHasBeenSet =
true;
107 bool m_dryRun{
false};
108 bool m_addressHasBeenSet =
false;
109 bool m_tagSpecificationsHasBeenSet =
false;
110 bool m_dryRunHasBeenSet =
false;
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_EC2_API Aws::String SerializePayload() const override
bool AddressHasBeenSet() const
AcceptAddressTransferRequest & WithAddress(AddressT &&value)
AcceptAddressTransferRequest & AddTagSpecifications(TagSpecificationsT &&value)
void SetTagSpecifications(TagSpecificationsT &&value)
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
AcceptAddressTransferRequest & WithTagSpecifications(TagSpecificationsT &&value)
const Aws::String & GetAddress() const
bool TagSpecificationsHasBeenSet() const
void SetAddress(AddressT &&value)
virtual const char * GetServiceRequestName() const override
void SetDryRun(bool value)
AcceptAddressTransferRequest & WithDryRun(bool value)
AWS_EC2_API AcceptAddressTransferRequest()=default
bool DryRunHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector