Class PtrUpdateStatus
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.PtrUpdateStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PtrUpdateStatus.Builder,PtrUpdateStatus>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePtrUpdateStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PtrUpdateStatus.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringreason()The reason for the PTR record update.List<SdkField<?>>sdkFields()static Class<? extends PtrUpdateStatus.Builder>serializableBuilderClass()Stringstatus()The status of the PTR record update.PtrUpdateStatus.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The value for the PTR record update.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
value
public final String value()
The value for the PTR record update.
- Returns:
- The value for the PTR record update.
-
status
public final String status()
The status of the PTR record update.
- Returns:
- The status of the PTR record update.
-
reason
public final String reason()
The reason for the PTR record update.
- Returns:
- The reason for the PTR record update.
-
toBuilder
public PtrUpdateStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PtrUpdateStatus.Builder,PtrUpdateStatus>
-
builder
public static PtrUpdateStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends PtrUpdateStatus.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-