50 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
78 inline void SetPublicIp(
const char* value) { m_publicIpHasBeenSet =
true; m_publicIp.assign(value); }
113 inline void SetAllocationId(
const char* value) { m_allocationIdHasBeenSet =
true; m_allocationId.assign(value); }
132 bool m_dryRunHasBeenSet;
134 bool m_publicIpHasBeenSet;
136 bool m_allocationIdHasBeenSet;
ReleaseAddressRequest & WithAllocationId(Aws::String &&value)
void SetPublicIp(const Aws::String &value)
ReleaseAddressRequest & WithPublicIp(const char *value)
ReleaseAddressRequest & WithDryRun(bool value)
ReleaseAddressRequest & WithAllocationId(const char *value)
void SetDryRun(bool value)
void SetPublicIp(Aws::String &&value)
void SetAllocationId(const Aws::String &value)
void SetAllocationId(const char *value)
const Aws::String & GetAllocationId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
ReleaseAddressRequest & WithPublicIp(Aws::String &&value)
void SetPublicIp(const char *value)
void SetAllocationId(Aws::String &&value)
ReleaseAddressRequest & WithPublicIp(const Aws::String &value)
const Aws::String & GetPublicIp() const
ReleaseAddressRequest & WithAllocationId(const Aws::String &value)
JSON (JavaScript Object Notation).