Class ListVolumeRecoveryPointsResult
java.lang.Object
com.amazonaws.services.storagegateway.model.ListVolumeRecoveryPointsResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetGatewayARN(String gatewayARN) voidsetVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos) toString()Returns a string representation of this object; useful for testing and debugging.withGatewayARN(String gatewayARN) withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos) NOTE: This method appends the values to the existing list (if any).withVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
-
Constructor Details
-
ListVolumeRecoveryPointsResult
public ListVolumeRecoveryPointsResult()
-
-
Method Details
-
setGatewayARN
- Parameters:
gatewayARN-
-
getGatewayARN
- Returns:
-
withGatewayARN
- Parameters:
gatewayARN-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
-
equals
-
hashCode
-
clone
-