Class TapeRecoveryPointInfo
- java.lang.Object
-
- software.amazon.awssdk.services.storagegateway.model.TapeRecoveryPointInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TapeRecoveryPointInfo.Builder,TapeRecoveryPointInfo>
@Generated("software.amazon.awssdk:codegen") public final class TapeRecoveryPointInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TapeRecoveryPointInfo.Builder,TapeRecoveryPointInfo>
Describes a recovery point.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTapeRecoveryPointInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TapeRecoveryPointInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TapeRecoveryPointInfo.Builder>serializableBuilderClass()StringtapeARN()The Amazon Resource Name (ARN) of the virtual tape.InstanttapeRecoveryPointTime()The time when the point-in-time view of the virtual tape was replicated for later recovery.LongtapeSizeInBytes()The size, in bytes, of the virtual tapes to recover.StringtapeStatus()The status of the virtual tapes.TapeRecoveryPointInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
tapeARN
public final String tapeARN()
The Amazon Resource Name (ARN) of the virtual tape.
- Returns:
- The Amazon Resource Name (ARN) of the virtual tape.
-
tapeRecoveryPointTime
public final Instant tapeRecoveryPointTime()
The time when the point-in-time view of the virtual tape was replicated for later recovery.
The default timestamp format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
- Returns:
- The time when the point-in-time view of the virtual tape was replicated for later recovery.
The default timestamp format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
-
tapeSizeInBytes
public final Long tapeSizeInBytes()
The size, in bytes, of the virtual tapes to recover.
- Returns:
- The size, in bytes, of the virtual tapes to recover.
-
tapeStatus
public final String tapeStatus()
The status of the virtual tapes.
- Returns:
- The status of the virtual tapes.
-
toBuilder
public TapeRecoveryPointInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TapeRecoveryPointInfo.Builder,TapeRecoveryPointInfo>
-
builder
public static TapeRecoveryPointInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends TapeRecoveryPointInfo.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.
-
-