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