|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.storagegateway.model.TapeRecoveryPointInfo
public class TapeRecoveryPointInfo
Describes a recovery point.
Constructor Summary | |
---|---|
TapeRecoveryPointInfo()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TapeRecoveryPointInfo()
Method Detail |
---|
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()
Constraints:
Range: 107374182400 - 2748779069440
public void setTapeSizeInBytes(Long tapeSizeInBytes)
Constraints:
Range: 107374182400 - 2748779069440
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.
Constraints:
Range: 107374182400 - 2748779069440
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 int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |