@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 set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP
addresses.
|
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 final String allocationId()
[EC2-VPC] The allocation ID. Required for EC2-VPC.
public final String publicIp()
[EC2-Classic] The Elastic IP address. Required for EC2-Classic.
public final String networkBorderGroup()
The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.
If you provide an incorrect network border group, you receive an InvalidAddress.NotFound error.
You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic, you receive
an InvalidParameterCombination error.
If you provide an incorrect network border group, you receive an InvalidAddress.NotFound
error.
You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic, you
receive an InvalidParameterCombination error.
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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.