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 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(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
NOTE: This method appends the values to the existing list (if any).ListVolumeRecoveryPointsResult
withVolumeRecoveryPointInfos(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListVolumeRecoveryPointsResult clone()
-
-