@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TapeRecoveryPointInfo extends Object implements Serializable, Cloneable, StructuredPojo
Describes a recovery point.
Constructor and Description |
---|
TapeRecoveryPointInfo() |
Modifier and Type | Method and Description |
---|---|
TapeRecoveryPointInfo |
clone() |
boolean |
equals(Object obj) |
String |
getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape.
|
Date |
getTapeRecoveryPointTime()
The time when the point-in-time view of the virtual tape was replicated for later recovery.
|
Long |
getTapeSizeInBytes()
The size, in bytes, of the virtual tapes to recover.
|
String |
getTapeStatus() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape.
|
void |
setTapeRecoveryPointTime(Date tapeRecoveryPointTime)
The time when the point-in-time view of the virtual tape was replicated for later recovery.
|
void |
setTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tapes to recover.
|
void |
setTapeStatus(String tapeStatus) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TapeRecoveryPointInfo |
withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape.
|
TapeRecoveryPointInfo |
withTapeRecoveryPointTime(Date tapeRecoveryPointTime)
The time when the point-in-time view of the virtual tape was replicated for later recovery.
|
TapeRecoveryPointInfo |
withTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tapes to recover.
|
TapeRecoveryPointInfo |
withTapeStatus(String tapeStatus) |
public void setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape.
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape.public String getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape.
public TapeRecoveryPointInfo withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape.
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape.public void setTapeRecoveryPointTime(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.
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.
public Date getTapeRecoveryPointTime()
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 TapeRecoveryPointInfo withTapeRecoveryPointTime(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.
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.
public void setTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tapes to recover.
tapeSizeInBytes
- The size, in bytes, of the virtual tapes to recover.public Long getTapeSizeInBytes()
The size, in bytes, of the virtual tapes to recover.
public TapeRecoveryPointInfo withTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tapes to recover.
tapeSizeInBytes
- The size, in bytes, of the virtual tapes to recover.public void setTapeStatus(String tapeStatus)
tapeStatus
- public String getTapeStatus()
public TapeRecoveryPointInfo withTapeStatus(String tapeStatus)
tapeStatus
- public String toString()
toString
in class Object
Object.toString()
public TapeRecoveryPointInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.