Class DescribeStorediSCSIVolumesRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
A JSON object containing a list of DescribeStorediSCSIVolumesInput$VolumeARNs.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanAn array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume.inthashCode()voidsetVolumeARNs(Collection<String> volumeARNs) An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume.toString()Returns a string representation of this object; useful for testing and debugging.withVolumeARNs(String... volumeARNs) An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume.withVolumeARNs(Collection<String> volumeARNs) An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume.Methods inherited from class AmazonWebServiceRequest
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
-
Constructor Details
-
DescribeStorediSCSIVolumesRequest
public DescribeStorediSCSIVolumesRequest()
-
-
Method Details
-
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.
- Returns:
- 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.
-
setVolumeARNs
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.
- Parameters:
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.
-
withVolumeARNs
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)orwithVolumeARNs(java.util.Collection)if you want to override the existing values.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withVolumeARNs
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-