@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVolumesModificationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeVolumesModificationsRequest>
NOOP| Constructor and Description | 
|---|
| DescribeVolumesModificationsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeVolumesModificationsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Request<DescribeVolumesModificationsRequest> | getDryRunRequest()This method is intended for internal use only. | 
| List<Filter> | getFilters()
 One or more filters. | 
| Integer | getMaxResults()
 The maximum number of results (up to a limit of 500) to be returned in a paginated request. | 
| String | getNextToken()
 The  nextTokenvalue returned by a previous paginated request. | 
| List<String> | getVolumeIds()
 One or more volume IDs for which in-progress modifications will be described. | 
| int | hashCode() | 
| void | setFilters(Collection<Filter> filters)
 One or more filters. | 
| void | setMaxResults(Integer maxResults)
 The maximum number of results (up to a limit of 500) to be returned in a paginated request. | 
| void | setNextToken(String nextToken)
 The  nextTokenvalue returned by a previous paginated request. | 
| void | setVolumeIds(Collection<String> volumeIds)
 One or more volume IDs for which in-progress modifications will be described. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| DescribeVolumesModificationsRequest | withFilters(Collection<Filter> filters)
 One or more filters. | 
| DescribeVolumesModificationsRequest | withFilters(Filter... filters)
 One or more filters. | 
| DescribeVolumesModificationsRequest | withMaxResults(Integer maxResults)
 The maximum number of results (up to a limit of 500) to be returned in a paginated request. | 
| DescribeVolumesModificationsRequest | withNextToken(String nextToken)
 The  nextTokenvalue returned by a previous paginated request. | 
| DescribeVolumesModificationsRequest | withVolumeIds(Collection<String> volumeIds)
 One or more volume IDs for which in-progress modifications will be described. | 
| DescribeVolumesModificationsRequest | withVolumeIds(String... volumeIds)
 One or more volume IDs for which in-progress modifications will be described. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getVolumeIds()
One or more volume IDs for which in-progress modifications will be described.
public void setVolumeIds(Collection<String> volumeIds)
One or more volume IDs for which in-progress modifications will be described.
volumeIds - One or more volume IDs for which in-progress modifications will be described.public DescribeVolumesModificationsRequest withVolumeIds(String... volumeIds)
One or more volume IDs for which in-progress modifications will be described.
 NOTE: This method appends the values to the existing list (if any). Use
 setVolumeIds(java.util.Collection) or withVolumeIds(java.util.Collection) if you want to
 override the existing values.
 
volumeIds - One or more volume IDs for which in-progress modifications will be described.public DescribeVolumesModificationsRequest withVolumeIds(Collection<String> volumeIds)
One or more volume IDs for which in-progress modifications will be described.
volumeIds - One or more volume IDs for which in-progress modifications will be described.public List<Filter> getFilters()
 One or more filters. Supported filters: volume-id, modification-state,
 target-size, target-iops, target-volume-type, original-size,
 original-iops, original-volume-type, start-time.
 
volume-id, modification-state,
         target-size, target-iops, target-volume-type,
         original-size, original-iops, original-volume-type,
         start-time.public void setFilters(Collection<Filter> filters)
 One or more filters. Supported filters: volume-id, modification-state,
 target-size, target-iops, target-volume-type, original-size,
 original-iops, original-volume-type, start-time.
 
filters - One or more filters. Supported filters: volume-id, modification-state,
        target-size, target-iops, target-volume-type,
        original-size, original-iops, original-volume-type,
        start-time.public DescribeVolumesModificationsRequest withFilters(Filter... filters)
 One or more filters. Supported filters: volume-id, modification-state,
 target-size, target-iops, target-volume-type, original-size,
 original-iops, original-volume-type, start-time.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
 the existing values.
 
filters - One or more filters. Supported filters: volume-id, modification-state,
        target-size, target-iops, target-volume-type,
        original-size, original-iops, original-volume-type,
        start-time.public DescribeVolumesModificationsRequest withFilters(Collection<Filter> filters)
 One or more filters. Supported filters: volume-id, modification-state,
 target-size, target-iops, target-volume-type, original-size,
 original-iops, original-volume-type, start-time.
 
filters - One or more filters. Supported filters: volume-id, modification-state,
        target-size, target-iops, target-volume-type,
        original-size, original-iops, original-volume-type,
        start-time.public void setNextToken(String nextToken)
 The nextToken value returned by a previous paginated request.
 
nextToken - The nextToken value returned by a previous paginated request.public String getNextToken()
 The nextToken value returned by a previous paginated request.
 
nextToken value returned by a previous paginated request.public DescribeVolumesModificationsRequest withNextToken(String nextToken)
 The nextToken value returned by a previous paginated request.
 
nextToken - The nextToken value returned by a previous paginated request.public void setMaxResults(Integer maxResults)
The maximum number of results (up to a limit of 500) to be returned in a paginated request.
maxResults - The maximum number of results (up to a limit of 500) to be returned in a paginated request.public Integer getMaxResults()
The maximum number of results (up to a limit of 500) to be returned in a paginated request.
public DescribeVolumesModificationsRequest withMaxResults(Integer maxResults)
The maximum number of results (up to a limit of 500) to be returned in a paginated request.
maxResults - The maximum number of results (up to a limit of 500) to be returned in a paginated request.public Request<DescribeVolumesModificationsRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeVolumesModificationsRequest>public String toString()
toString in class ObjectObject.toString()public DescribeVolumesModificationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.