public class TapeRecoveryPointInfo extends Object implements Serializable, Cloneable
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()
Returns the value of the TapeStatus property for this object.
|
int |
hashCode() |
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)
Sets the value of the TapeStatus property for this object.
|
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)
Sets the value of the TapeStatus property for this object.
|
public String getTapeARN()
Constraints:
Length: 50 - 500
public void setTapeARN(String tapeARN)
Constraints:
Length: 50 - 500
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape.public TapeRecoveryPointInfo withTapeARN(String tapeARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape.public Date getTapeRecoveryPointTime()
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 void setTapeRecoveryPointTime(Date tapeRecoveryPointTime)
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 TapeRecoveryPointInfo withTapeRecoveryPointTime(Date tapeRecoveryPointTime)
The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
Returns a reference to this object so that method calls can be chained together.
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 Long getTapeSizeInBytes()
public void setTapeSizeInBytes(Long tapeSizeInBytes)
tapeSizeInBytes
- The size, in bytes, of the virtual tapes to recover.public TapeRecoveryPointInfo withTapeSizeInBytes(Long tapeSizeInBytes)
Returns a reference to this object so that method calls can be chained together.
tapeSizeInBytes
- The size, in bytes, of the virtual tapes to recover.public String getTapeStatus()
public void setTapeStatus(String tapeStatus)
tapeStatus
- The new value for the TapeStatus property for this object.public TapeRecoveryPointInfo withTapeStatus(String tapeStatus)
Returns a reference to this object so that method calls can be chained together.
tapeStatus
- The new value for the TapeStatus property for this object.public String toString()
toString
in class Object
Object.toString()
public TapeRecoveryPointInfo clone()
Copyright © 2015. All rights reserved.