public class ListVolumeRecoveryPointsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ListVolumeRecoveryPointsResult() |
Modifier and Type | Method and Description |
---|---|
ListVolumeRecoveryPointsResult |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayARN() |
List<VolumeRecoveryPointInfo> |
getVolumeRecoveryPointInfos() |
int |
hashCode() |
void |
setGatewayARN(String gatewayARN) |
void |
setVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListVolumeRecoveryPointsResult |
withGatewayARN(String gatewayARN) |
ListVolumeRecoveryPointsResult |
withVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos) |
ListVolumeRecoveryPointsResult |
withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
NOTE: This method appends the values to the existing list (if
any).
|
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public ListVolumeRecoveryPointsResult withGatewayARN(String gatewayARN)
gatewayARN
- public List<VolumeRecoveryPointInfo> getVolumeRecoveryPointInfos()
public void setVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
volumeRecoveryPointInfos
- public ListVolumeRecoveryPointsResult withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
NOTE: This method appends the values to the existing list (if
any). Use setVolumeRecoveryPointInfos(java.util.Collection)
or
withVolumeRecoveryPointInfos(java.util.Collection)
if you want
to override the existing values.
volumeRecoveryPointInfos
- public ListVolumeRecoveryPointsResult withVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
volumeRecoveryPointInfos
- public String toString()
toString
in class Object
Object.toString()
public ListVolumeRecoveryPointsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.