public class ListVolumesResult extends Object implements Serializable
Constructor and Description |
---|
ListVolumesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway.
|
String |
getMarker()
Returns the value of the Marker property for this object.
|
List<VolumeInfo> |
getVolumeInfos()
Returns the value of the VolumeInfos property for this object.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
void |
setMarker(String marker)
Sets the value of the Marker property for this object.
|
void |
setVolumeInfos(Collection<VolumeInfo> volumeInfos)
Sets the value of the VolumeInfos property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListVolumesResult |
withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
ListVolumesResult |
withMarker(String marker)
Sets the value of the Marker property for this object.
|
ListVolumesResult |
withVolumeInfos(Collection<VolumeInfo> volumeInfos)
Sets the value of the VolumeInfos property for this object.
|
ListVolumesResult |
withVolumeInfos(VolumeInfo... volumeInfos)
Sets the value of the VolumeInfos property for this object.
|
public String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(String gatewayARN)
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public ListVolumesResult withGatewayARN(String gatewayARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public String getMarker()
Constraints:
Length: 1 - 1000
public void setMarker(String marker)
Constraints:
Length: 1 - 1000
marker
- The new value for the Marker property for this object.public ListVolumesResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1000
marker
- The new value for the Marker property for this object.public List<VolumeInfo> getVolumeInfos()
public void setVolumeInfos(Collection<VolumeInfo> volumeInfos)
volumeInfos
- The new value for the VolumeInfos property for this object.public ListVolumesResult withVolumeInfos(VolumeInfo... volumeInfos)
Returns a reference to this object so that method calls can be chained together.
volumeInfos
- The new value for the VolumeInfos property for this object.public ListVolumesResult withVolumeInfos(Collection<VolumeInfo> volumeInfos)
Returns a reference to this object so that method calls can be chained together.
volumeInfos
- The new value for the VolumeInfos property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.