@Generated(value="software.amazon.awssdk:codegen") public final class ReleaseAddressRequest extends Ec2Request implements ToCopyableBuilder<ReleaseAddressRequest.Builder,ReleaseAddressRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReleaseAddressRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
allocationId()
[EC2-VPC] The allocation ID.
|
static ReleaseAddressRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
networkBorderGroup()
The location that the IP address is released from.
|
String |
publicIp()
[EC2-Classic] The Elastic IP address.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReleaseAddressRequest.Builder> |
serializableBuilderClass() |
ReleaseAddressRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String allocationId()
[EC2-VPC] The allocation ID. Required for EC2-VPC.
public String publicIp()
[EC2-Classic] The Elastic IP address. Required for EC2-Classic.
public String networkBorderGroup()
The location that the IP address is released from.
If you provide an incorrect network border group, you will receive an InvalidAddress.NotFound error.
For more information, see Error Codes.
You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic, you will
receive an InvalidParameterCombination error. For more information, see Error Codes.
If you provide an incorrect network border group, you will receive an
InvalidAddress.NotFound error. For more information, see Error Codes.
You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic, you
will receive an InvalidParameterCombination error. For more information, see Error Codes.
public ReleaseAddressRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReleaseAddressRequest.Builder,ReleaseAddressRequest>toBuilder in class Ec2Requestpublic static ReleaseAddressRequest.Builder builder()
public static Class<? extends ReleaseAddressRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.