@Generated(value="software.amazon.awssdk:codegen") public final class AddressAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AddressAttribute.Builder,AddressAttribute>
The attributes associated with an Elastic IP address.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddressAttribute.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
allocationId()
[EC2-VPC] The allocation ID.
|
static AddressAttribute.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ptrRecord()
The pointer (PTR) record for the IP address.
|
PtrUpdateStatus |
ptrRecordUpdate()
The updated PTR record for the IP address.
|
String |
publicIp()
The public IP address.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AddressAttribute.Builder> |
serializableBuilderClass() |
AddressAttribute.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String publicIp()
The public IP address.
public final String allocationId()
[EC2-VPC] The allocation ID.
public final String ptrRecord()
The pointer (PTR) record for the IP address.
public final PtrUpdateStatus ptrRecordUpdate()
The updated PTR record for the IP address.
public AddressAttribute.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AddressAttribute.Builder,AddressAttribute>public static AddressAttribute.Builder builder()
public static Class<? extends AddressAttribute.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.