public class ListVolumeRecoveryPointsResult
extends java.lang.Object
implements java.io.Serializable
A JSON object containing the following fields:
| コンストラクタと説明 |
|---|
ListVolumeRecoveryPointsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGatewayARN()
The Amazon Resource Name (ARN) of the activated gateway whose local
disk information is returned.
|
java.util.List<VolumeRecoveryPointInfo> |
getVolumeRecoveryPointInfos()
An array of VolumeRecoveryPointInfo objects, where each object
describes a recovery point.
|
int |
hashCode() |
void |
setGatewayARN(java.lang.String gatewayARN)
The Amazon Resource Name (ARN) of the activated gateway whose local
disk information is returned.
|
void |
setVolumeRecoveryPointInfos(java.util.Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
An array of VolumeRecoveryPointInfo objects, where each object
describes a recovery point.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListVolumeRecoveryPointsResult |
withGatewayARN(java.lang.String gatewayARN)
The Amazon Resource Name (ARN) of the activated gateway whose local
disk information is returned.
|
ListVolumeRecoveryPointsResult |
withVolumeRecoveryPointInfos(java.util.Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
An array of VolumeRecoveryPointInfo objects, where each object
describes a recovery point.
|
ListVolumeRecoveryPointsResult |
withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
An array of VolumeRecoveryPointInfo objects, where each object
describes a recovery point.
|
public java.lang.String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(java.lang.String gatewayARN)
Constraints:
Length: 50 - 500
gatewayARN - The Amazon Resource Name (ARN) of the activated gateway whose local
disk information is returned.public ListVolumeRecoveryPointsResult withGatewayARN(java.lang.String gatewayARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
gatewayARN - The Amazon Resource Name (ARN) of the activated gateway whose local
disk information is returned.public java.util.List<VolumeRecoveryPointInfo> getVolumeRecoveryPointInfos()
public void setVolumeRecoveryPointInfos(java.util.Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
volumeRecoveryPointInfos - An array of VolumeRecoveryPointInfo objects, where each object
describes a recovery point. If no recovery points are defined for the
volume, then VolumeRecoveryPointInfos is an empty array "[]"public ListVolumeRecoveryPointsResult withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
Returns a reference to this object so that method calls can be chained together.
volumeRecoveryPointInfos - An array of VolumeRecoveryPointInfo objects, where each object
describes a recovery point. If no recovery points are defined for the
volume, then VolumeRecoveryPointInfos is an empty array "[]"public ListVolumeRecoveryPointsResult withVolumeRecoveryPointInfos(java.util.Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
Returns a reference to this object so that method calls can be chained together.
volumeRecoveryPointInfos - An array of VolumeRecoveryPointInfo objects, where each object
describes a recovery point. If no recovery points are defined for the
volume, then VolumeRecoveryPointInfos is an empty array "[]"public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object