|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.opsworks.model.DescribeVolumesRequest
public class DescribeVolumesRequest
Container for the parameters to the DescribeVolumes operation
.
Describes an instance's Amazon EBS volumes.
AWSOpsWorks.describeVolumes(DescribeVolumesRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeVolumesRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getInstanceId()
The instance ID. |
String |
getRaidArrayId()
The RAID array ID. |
List<String> |
getVolumeIds()
Am array of volume IDs. |
int |
hashCode()
|
void |
setInstanceId(String instanceId)
The instance ID. |
void |
setRaidArrayId(String raidArrayId)
The RAID array ID. |
void |
setVolumeIds(Collection<String> volumeIds)
Am array of volume IDs. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeVolumesRequest |
withInstanceId(String instanceId)
The instance ID. |
DescribeVolumesRequest |
withRaidArrayId(String raidArrayId)
The RAID array ID. |
DescribeVolumesRequest |
withVolumeIds(Collection<String> volumeIds)
Am array of volume IDs. |
DescribeVolumesRequest |
withVolumeIds(String... volumeIds)
Am array of volume IDs. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeVolumesRequest()
Method Detail |
---|
public String getInstanceId()
DescribeVolumes
returns descriptions of the volumes
associated with the specified instance.
DescribeVolumes
returns descriptions of the volumes
associated with the specified instance.public void setInstanceId(String instanceId)
DescribeVolumes
returns descriptions of the volumes
associated with the specified instance.
instanceId
- The instance ID. If you use this parameter,
DescribeVolumes
returns descriptions of the volumes
associated with the specified instance.public DescribeVolumesRequest withInstanceId(String instanceId)
DescribeVolumes
returns descriptions of the volumes
associated with the specified instance.
Returns a reference to this object so that method calls can be chained together.
instanceId
- The instance ID. If you use this parameter,
DescribeVolumes
returns descriptions of the volumes
associated with the specified instance.
public String getRaidArrayId()
DescribeVolumes
returns descriptions of the volumes
associated with the specified RAID array.
DescribeVolumes
returns descriptions of the volumes
associated with the specified RAID array.public void setRaidArrayId(String raidArrayId)
DescribeVolumes
returns descriptions of the volumes
associated with the specified RAID array.
raidArrayId
- The RAID array ID. If you use this parameter,
DescribeVolumes
returns descriptions of the volumes
associated with the specified RAID array.public DescribeVolumesRequest withRaidArrayId(String raidArrayId)
DescribeVolumes
returns descriptions of the volumes
associated with the specified RAID array.
Returns a reference to this object so that method calls can be chained together.
raidArrayId
- The RAID array ID. If you use this parameter,
DescribeVolumes
returns descriptions of the volumes
associated with the specified RAID array.
public List<String> getVolumeIds()
DescribeVolumes
returns descriptions of the specified
volumes. Otherwise, it returns a description of every volume.
DescribeVolumes
returns descriptions of the specified
volumes. Otherwise, it returns a description of every volume.public void setVolumeIds(Collection<String> volumeIds)
DescribeVolumes
returns descriptions of the specified
volumes. Otherwise, it returns a description of every volume.
volumeIds
- Am array of volume IDs. If you use this parameter,
DescribeVolumes
returns descriptions of the specified
volumes. Otherwise, it returns a description of every volume.public DescribeVolumesRequest withVolumeIds(String... volumeIds)
DescribeVolumes
returns descriptions of the specified
volumes. Otherwise, it returns a description of every volume.
Returns a reference to this object so that method calls can be chained together.
volumeIds
- Am array of volume IDs. If you use this parameter,
DescribeVolumes
returns descriptions of the specified
volumes. Otherwise, it returns a description of every volume.
public DescribeVolumesRequest withVolumeIds(Collection<String> volumeIds)
DescribeVolumes
returns descriptions of the specified
volumes. Otherwise, it returns a description of every volume.
Returns a reference to this object so that method calls can be chained together.
volumeIds
- Am array of volume IDs. If you use this parameter,
DescribeVolumes
returns descriptions of the specified
volumes. Otherwise, it returns a description of every volume.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |