|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.storagegateway.model.ListVolumeRecoveryPointsResult
public class ListVolumeRecoveryPointsResult
List Volume Recovery Points Result
Constructor Summary | |
---|---|
ListVolumeRecoveryPointsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway. |
List<VolumeRecoveryPointInfo> |
getVolumeRecoveryPointInfos()
Returns the value of the VolumeRecoveryPointInfos property for this object. |
int |
hashCode()
|
void |
setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. |
void |
setVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
Sets the value of the VolumeRecoveryPointInfos property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListVolumeRecoveryPointsResult |
withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. |
ListVolumeRecoveryPointsResult |
withVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
Sets the value of the VolumeRecoveryPointInfos property for this object. |
ListVolumeRecoveryPointsResult |
withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
Sets the value of the VolumeRecoveryPointInfos property for this object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListVolumeRecoveryPointsResult()
Method Detail |
---|
public String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(String gatewayARN)
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public ListVolumeRecoveryPointsResult withGatewayARN(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 gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.
public List<VolumeRecoveryPointInfo> getVolumeRecoveryPointInfos()
public void setVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
volumeRecoveryPointInfos
- The new value for the VolumeRecoveryPointInfos property for this
object.public ListVolumeRecoveryPointsResult withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
Returns a reference to this object so that method calls can be chained together.
volumeRecoveryPointInfos
- The new value for the VolumeRecoveryPointInfos property for this
object.
public ListVolumeRecoveryPointsResult withVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
Returns a reference to this object so that method calls can be chained together.
volumeRecoveryPointInfos
- The new value for the VolumeRecoveryPointInfos 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 |