@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVolumesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListVolumesResult() |
Modifier and Type | Method and Description |
---|---|
ListVolumesResult |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayARN() |
String |
getMarker() |
List<VolumeInfo> |
getVolumeInfos() |
int |
hashCode() |
void |
setGatewayARN(String gatewayARN) |
void |
setMarker(String marker) |
void |
setVolumeInfos(Collection<VolumeInfo> volumeInfos) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListVolumesResult |
withGatewayARN(String gatewayARN) |
ListVolumesResult |
withMarker(String marker) |
ListVolumesResult |
withVolumeInfos(Collection<VolumeInfo> volumeInfos) |
ListVolumesResult |
withVolumeInfos(VolumeInfo... volumeInfos)
NOTE: This method appends the values to the existing list (if any).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public ListVolumesResult withGatewayARN(String gatewayARN)
gatewayARN
- public void setMarker(String marker)
marker
- public String getMarker()
public ListVolumesResult withMarker(String marker)
marker
- public List<VolumeInfo> getVolumeInfos()
public void setVolumeInfos(Collection<VolumeInfo> volumeInfos)
volumeInfos
- public ListVolumesResult withVolumeInfos(VolumeInfo... volumeInfos)
NOTE: This method appends the values to the existing list (if any). Use
setVolumeInfos(java.util.Collection)
or withVolumeInfos(java.util.Collection)
if you want to
override the existing values.
volumeInfos
- public ListVolumesResult withVolumeInfos(Collection<VolumeInfo> volumeInfos)
volumeInfos
- public String toString()
toString
in class Object
Object.toString()
public ListVolumesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.