|
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.storagegateway.model.DescribeStorediSCSIVolumesRequest
public class DescribeStorediSCSIVolumesRequest
Container for the parameters to the DescribeStorediSCSIVolumes operation
.
This operation returns description of the gateway volumes specified in the request. The list of gateway volumes in the request must be from one gateway. In the response Amazon Storage Gateway returns volume information sorted by volume ARNs.
AWSStorageGateway.describeStorediSCSIVolumes(DescribeStorediSCSIVolumesRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeStorediSCSIVolumesRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getVolumeARNs()
An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. |
int |
hashCode()
|
void |
setVolumeARNs(Collection<String> volumeARNs)
An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeStorediSCSIVolumesRequest |
withVolumeARNs(Collection<String> volumeARNs)
An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. |
DescribeStorediSCSIVolumesRequest |
withVolumeARNs(String... volumeARNs)
An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. |
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 DescribeStorediSCSIVolumesRequest()
Method Detail |
---|
public List<String> getVolumeARNs()
public void setVolumeARNs(Collection<String> volumeARNs)
volumeARNs
- An array of strings where each string represents the Amazon Resource
Name (ARN) of a stored volume. All of the specified stored volumes
must from the same gateway. Use ListVolumes to get volume ARNs
for a gateway.public DescribeStorediSCSIVolumesRequest withVolumeARNs(String... volumeARNs)
Returns a reference to this object so that method calls can be chained together.
volumeARNs
- An array of strings where each string represents the Amazon Resource
Name (ARN) of a stored volume. All of the specified stored volumes
must from the same gateway. Use ListVolumes to get volume ARNs
for a gateway.
public DescribeStorediSCSIVolumesRequest withVolumeARNs(Collection<String> volumeARNs)
Returns a reference to this object so that method calls can be chained together.
volumeARNs
- An array of strings where each string represents the Amazon Resource
Name (ARN) of a stored volume. All of the specified stored volumes
must from the same gateway. Use ListVolumes to get volume ARNs
for a gateway.
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 |