Class ListVolumeRecoveryPointsResult
- java.lang.Object
-
- com.amazonaws.services.storagegateway.model.ListVolumeRecoveryPointsResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ListVolumeRecoveryPointsResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListVolumeRecoveryPointsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListVolumeRecoveryPointsResultclone()booleanequals(Object obj)StringgetGatewayARN()List<VolumeRecoveryPointInfo>getVolumeRecoveryPointInfos()inthashCode()voidsetGatewayARN(String gatewayARN)voidsetVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)StringtoString()Returns a string representation of this object; useful for testing and debugging.ListVolumeRecoveryPointsResultwithGatewayARN(String gatewayARN)ListVolumeRecoveryPointsResultwithVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)NOTE: This method appends the values to the existing list (if any).ListVolumeRecoveryPointsResultwithVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
-
-
-
Method Detail
-
setGatewayARN
public void setGatewayARN(String gatewayARN)
- Parameters:
gatewayARN-
-
getGatewayARN
public String getGatewayARN()
- Returns:
-
withGatewayARN
public ListVolumeRecoveryPointsResult withGatewayARN(String gatewayARN)
- Parameters:
gatewayARN-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getVolumeRecoveryPointInfos
public List<VolumeRecoveryPointInfo> getVolumeRecoveryPointInfos()
- Returns:
-
setVolumeRecoveryPointInfos
public void setVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
- Parameters:
volumeRecoveryPointInfos-
-
withVolumeRecoveryPointInfos
public ListVolumeRecoveryPointsResult withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
NOTE: This method appends the values to the existing list (if any). Use
setVolumeRecoveryPointInfos(java.util.Collection)orwithVolumeRecoveryPointInfos(java.util.Collection)if you want to override the existing values.- Parameters:
volumeRecoveryPointInfos-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withVolumeRecoveryPointInfos
public ListVolumeRecoveryPointsResult withVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
- Parameters:
volumeRecoveryPointInfos-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListVolumeRecoveryPointsResult clone()
-
-