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()
boolean
int
hashCode()
void
setGatewayARN
(String gatewayARN) void
void
setVolumeInfos
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-