7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/AddressAttributeName.h>
42 template <
typename AllocationIdT = Aws::String>
44 m_allocationIdHasBeenSet =
true;
45 m_allocationId = std::forward<AllocationIdT>(value);
47 template <
typename AllocationIdT = Aws::String>
61 m_attributeHasBeenSet =
true;
80 m_dryRunHasBeenSet =
true;
94 bool m_allocationIdHasBeenSet =
false;
95 bool m_attributeHasBeenSet =
false;
96 bool m_dryRunHasBeenSet =
false;
ResetAddressAttributeRequest & WithAllocationId(AllocationIdT &&value)
virtual const char * GetServiceRequestName() const override
bool DryRunHasBeenSet() const
AddressAttributeName GetAttribute() const
AWS_EC2_API Aws::String SerializePayload() const override
const Aws::String & GetAllocationId() const
ResetAddressAttributeRequest & WithDryRun(bool value)
bool AttributeHasBeenSet() const
void SetAttribute(AddressAttributeName value)
ResetAddressAttributeRequest & WithAttribute(AddressAttributeName value)
AWS_EC2_API ResetAddressAttributeRequest()=default
void SetAllocationId(AllocationIdT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetDryRun(bool value)
bool AllocationIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String