Class ListVolumesResult
java.lang.Object
com.amazonaws.services.storagegateway.model.ListVolumesResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetGatewayARN(String gatewayARN) voidvoidsetVolumeInfos(Collection<VolumeInfo> volumeInfos) toString()Returns a string representation of this object; useful for testing and debugging.withGatewayARN(String gatewayARN) withMarker(String marker) withVolumeInfos(VolumeInfo... volumeInfos) NOTE: This method appends the values to the existing list (if any).withVolumeInfos(Collection<VolumeInfo> volumeInfos)
-
Constructor Details
-
ListVolumesResult
public ListVolumesResult()
-
-
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.
-
setMarker
- Parameters:
marker-
-
getMarker
- Returns:
-
withMarker
- Parameters:
marker-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getVolumeInfos
- Returns:
-
setVolumeInfos
- Parameters:
volumeInfos-
-
withVolumeInfos
NOTE: This method appends the values to the existing list (if any). Use
setVolumeInfos(java.util.Collection)orwithVolumeInfos(java.util.Collection)if you want to override the existing values.- Parameters:
volumeInfos-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withVolumeInfos
- Parameters:
volumeInfos-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-