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); }
61 inline void SetPublicIp(
const char* value) { m_publicIpHasBeenSet =
true; m_publicIp.assign(value); }
78 inline void SetNetworkBorderGroup(
const char* value) { m_networkBorderGroupHasBeenSet =
true; m_networkBorderGroup.assign(value); }
93 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
99 bool m_allocationIdHasBeenSet =
false;
102 bool m_publicIpHasBeenSet =
false;
105 bool m_networkBorderGroupHasBeenSet =
false;
108 bool m_dryRunHasBeenSet =
false;
void SetAllocationId(const Aws::String &value)
const Aws::String & GetAllocationId() const
void SetNetworkBorderGroup(Aws::String &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_EC2_API Aws::String SerializePayload() const override
void SetNetworkBorderGroup(const Aws::String &value)
void SetPublicIp(const char *value)
ReleaseAddressRequest & WithNetworkBorderGroup(const Aws::String &value)
ReleaseAddressRequest & WithAllocationId(Aws::String &&value)
ReleaseAddressRequest & WithAllocationId(const Aws::String &value)
const Aws::String & GetNetworkBorderGroup() const
const Aws::String & GetPublicIp() const
void SetPublicIp(const Aws::String &value)
ReleaseAddressRequest & WithPublicIp(const char *value)
AWS_EC2_API ReleaseAddressRequest()
bool DryRunHasBeenSet() const
void SetPublicIp(Aws::String &&value)
ReleaseAddressRequest & WithNetworkBorderGroup(const char *value)
bool PublicIpHasBeenSet() const
ReleaseAddressRequest & WithPublicIp(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetAllocationId(const char *value)
bool AllocationIdHasBeenSet() const
void SetNetworkBorderGroup(const char *value)
ReleaseAddressRequest & WithDryRun(bool value)
void SetDryRun(bool value)
ReleaseAddressRequest & WithNetworkBorderGroup(Aws::String &&value)
ReleaseAddressRequest & WithPublicIp(Aws::String &&value)
ReleaseAddressRequest & WithAllocationId(const char *value)
bool NetworkBorderGroupHasBeenSet() const
void SetAllocationId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String