public class DescribeStorediSCSIVolumesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
A JSON object containing a list of DescribeStorediSCSIVolumesInput$VolumeARNs.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
volumeARNs
An array of strings where each string represents the Amazon Resource Name
(ARN) of a stored volume.
|
NOOP
Constructor and Description |
---|
DescribeStorediSCSIVolumesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeStorediSCSIVolumesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getVolumeARNs()
An array of strings where each string represents the Amazon Resource Name
(ARN) of a stored volume.
|
int |
hashCode() |
void |
setVolumeARNs(java.util.Collection<java.lang.String> volumeARNs)
An array of strings where each string represents the Amazon Resource Name
(ARN) of a stored volume.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStorediSCSIVolumesRequest |
withVolumeARNs(java.util.Collection<java.lang.String> volumeARNs)
An array of strings where each string represents the Amazon Resource Name
(ARN) of a stored volume.
|
DescribeStorediSCSIVolumesRequest |
withVolumeARNs(java.lang.String... volumeARNs)
An array of strings where each string represents the Amazon Resource Name
(ARN) of a stored volume.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private SdkInternalList<java.lang.String> 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 java.util.List<java.lang.String> getVolumeARNs()
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 void setVolumeARNs(java.util.Collection<java.lang.String> 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.
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(java.lang.String... 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.
NOTE: This method appends the values to the existing list (if
any). Use setVolumeARNs(java.util.Collection)
or
withVolumeARNs(java.util.Collection)
if you want to override the
existing values.
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(java.util.Collection<java.lang.String> 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.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeStorediSCSIVolumesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()