public class ListVolumeRecoveryPointsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
gatewayARN |
private SdkInternalList<VolumeRecoveryPointInfo> |
volumeRecoveryPointInfos |
Constructor and Description |
---|
ListVolumeRecoveryPointsResult() |
Modifier and Type | Method and Description |
---|---|
ListVolumeRecoveryPointsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGatewayARN() |
java.util.List<VolumeRecoveryPointInfo> |
getVolumeRecoveryPointInfos() |
int |
hashCode() |
void |
setGatewayARN(java.lang.String gatewayARN) |
void |
setVolumeRecoveryPointInfos(java.util.Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListVolumeRecoveryPointsResult |
withGatewayARN(java.lang.String gatewayARN) |
ListVolumeRecoveryPointsResult |
withVolumeRecoveryPointInfos(java.util.Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos) |
ListVolumeRecoveryPointsResult |
withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
NOTE: This method appends the values to the existing list (if
any).
|
private java.lang.String gatewayARN
private SdkInternalList<VolumeRecoveryPointInfo> volumeRecoveryPointInfos
public void setGatewayARN(java.lang.String gatewayARN)
gatewayARN
- public java.lang.String getGatewayARN()
public ListVolumeRecoveryPointsResult withGatewayARN(java.lang.String gatewayARN)
gatewayARN
- public java.util.List<VolumeRecoveryPointInfo> getVolumeRecoveryPointInfos()
public void setVolumeRecoveryPointInfos(java.util.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(java.util.Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
volumeRecoveryPointInfos
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListVolumeRecoveryPointsResult clone()
clone
in class java.lang.Object