@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 String tapeARN()
The Amazon Resource Name (ARN) of the virtual tape.
public Instant tapeRecoveryPointTime()
The time when the point-in-time view of the virtual tape was replicated for later recovery.
The default time stamp format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
The default time stamp format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
public Long tapeSizeInBytes()
The size, in bytes, of the virtual tapes to recover.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.