StructuredPojo
, ToCopyableBuilder<TapeRecoveryPointInfo.Builder,TapeRecoveryPointInfo>
@Generated("software.amazon.awssdk:codegen") public class TapeRecoveryPointInfo extends Object implements StructuredPojo, ToCopyableBuilder<TapeRecoveryPointInfo.Builder,TapeRecoveryPointInfo>
Describes a recovery point.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TapeRecoveryPointInfo.Builder |
Modifier and Type | Method | Description |
---|---|---|
static TapeRecoveryPointInfo.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends TapeRecoveryPointInfo.Builder> |
serializableBuilderClass() |
|
String |
tapeARN() |
The Amazon Resource Name (ARN) of the virtual tape.
|
Date |
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() |
|
TapeRecoveryPointInfo.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String tapeARN()
The Amazon Resource Name (ARN) of the virtual tape.
public Date tapeRecoveryPointTime()
The time when the point-in-time view of the virtual tape was replicated for later recovery.
The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
The string 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()
public TapeRecoveryPointInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TapeRecoveryPointInfo.Builder,TapeRecoveryPointInfo>
public static TapeRecoveryPointInfo.Builder builder()
public static Class<? extends TapeRecoveryPointInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.