@Generated(value="software.amazon.awssdk:codegen") public final class TapeRecoveryPointInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TapeRecoveryPointInfo.Builder,TapeRecoveryPointInfo>
Describes a recovery point.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TapeRecoveryPointInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TapeRecoveryPointInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TapeRecoveryPointInfo.Builder> |
serializableBuilderClass() |
String |
tapeARN()
The Amazon Resource Name (ARN) of the virtual tape.
|
Instant |
tapeRecoveryPointTime()
The time when the point-in-time view of the virtual tape was replicated for later recovery.
|
Long |
tapeSizeInBytes()
The size, in bytes, of the virtual tapes to recover.
|
String |
tapeStatus()
The status of the virtual tapes.
|
TapeRecoveryPointInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String tapeARN()
The Amazon Resource Name (ARN) of the virtual tape.
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.
The default timestamp format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
public final Long tapeSizeInBytes()
The size, in bytes, of the virtual tapes to recover.
public final String tapeStatus()
The status of the virtual tapes.
public TapeRecoveryPointInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TapeRecoveryPointInfo.Builder,TapeRecoveryPointInfo>public static TapeRecoveryPointInfo.Builder builder()
public static Class<? extends TapeRecoveryPointInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.