@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()
The allocation ID.
|
static ReleaseAddressRequest.Builder |
builder() |
Boolean |
dryRun()
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
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()
Deprecated.
|
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()
The allocation ID. This parameter is required.
public final String publicIp()
Deprecated.
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 final Boolean dryRun()
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
DryRunOperation. Otherwise, it is UnauthorizedOperation.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.