public class DescribeVolumeStatusRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<DescribeVolumeStatusRequest>
DescribeVolumeStatus operation
.
Describes the status of a volume.
Constructor and Description |
---|
DescribeVolumeStatusRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Request<DescribeVolumeStatusRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
Returns the value of the Filters property for this object.
|
Integer |
getMaxResults()
Returns the value of the MaxResults property for this object.
|
String |
getNextToken()
Returns the value of the NextToken property for this object.
|
List<String> |
getVolumeIds()
Returns the value of the VolumeIds property for this object.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
Sets the value of the Filters property for this object.
|
void |
setMaxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
void |
setNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
void |
setVolumeIds(Collection<String> volumeIds)
Sets the value of the VolumeIds property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVolumeStatusRequest |
withFilters(Collection<Filter> filters)
Sets the value of the Filters property for this object.
|
DescribeVolumeStatusRequest |
withFilters(Filter... filters)
Sets the value of the Filters property for this object.
|
DescribeVolumeStatusRequest |
withMaxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
DescribeVolumeStatusRequest |
withNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeVolumeStatusRequest |
withVolumeIds(Collection<String> volumeIds)
Sets the value of the VolumeIds property for this object.
|
DescribeVolumeStatusRequest |
withVolumeIds(String... volumeIds)
Sets the value of the VolumeIds property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public List<String> getVolumeIds()
public void setVolumeIds(Collection<String> volumeIds)
volumeIds
- The new value for the VolumeIds property for this object.public DescribeVolumeStatusRequest withVolumeIds(String... volumeIds)
Returns a reference to this object so that method calls can be chained together.
volumeIds
- The new value for the VolumeIds property for this object.public DescribeVolumeStatusRequest withVolumeIds(Collection<String> volumeIds)
Returns a reference to this object so that method calls can be chained together.
volumeIds
- The new value for the VolumeIds property for this object.public List<Filter> getFilters()
public void setFilters(Collection<Filter> filters)
filters
- The new value for the Filters property for this object.public DescribeVolumeStatusRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters
- The new value for the Filters property for this object.public DescribeVolumeStatusRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters
- The new value for the Filters property for this object.public String getNextToken()
public void setNextToken(String nextToken)
nextToken
- The new value for the NextToken property for this object.public DescribeVolumeStatusRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- The new value for the NextToken property for this object.public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
maxResults
- The new value for the MaxResults property for this object.public DescribeVolumeStatusRequest withMaxResults(Integer maxResults)
Returns a reference to this object so that method calls can be chained together.
maxResults
- The new value for the MaxResults property for this object.public Request<DescribeVolumeStatusRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeVolumeStatusRequest>
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.