@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 Ec2Request
public static ReleaseAddressRequest.Builder builder()
public static Class<? extends ReleaseAddressRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2022. All rights reserved.