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/ec2/model/AddressAttributeName.h>
46 template<
typename AllocationIdT = Aws::String>
47 void SetAllocationId(AllocationIdT&& value) { m_allocationIdHasBeenSet =
true; m_allocationId = std::forward<AllocationIdT>(value); }
48 template<
typename AllocationIdT = Aws::String>
71 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
77 bool m_allocationIdHasBeenSet =
false;
80 bool m_attributeHasBeenSet =
false;
83 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