@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReplaceRootVolumeTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeReplaceRootVolumeTasksRequest>
NOOP
Constructor and Description |
---|
DescribeReplaceRootVolumeTasksRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeReplaceRootVolumeTasksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeReplaceRootVolumeTasksRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
Filter to use:
|
Integer |
getMaxResults()
The maximum number of items to return for this request.
|
String |
getNextToken()
The token returned from a previous paginated request.
|
List<String> |
getReplaceRootVolumeTaskIds()
The ID of the root volume replacement task to view.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
Filter to use:
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
void |
setNextToken(String nextToken)
The token returned from a previous paginated request.
|
void |
setReplaceRootVolumeTaskIds(Collection<String> replaceRootVolumeTaskIds)
The ID of the root volume replacement task to view.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReplaceRootVolumeTasksRequest |
withFilters(Collection<Filter> filters)
Filter to use:
|
DescribeReplaceRootVolumeTasksRequest |
withFilters(Filter... filters)
Filter to use:
|
DescribeReplaceRootVolumeTasksRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
DescribeReplaceRootVolumeTasksRequest |
withNextToken(String nextToken)
The token returned from a previous paginated request.
|
DescribeReplaceRootVolumeTasksRequest |
withReplaceRootVolumeTaskIds(Collection<String> replaceRootVolumeTaskIds)
The ID of the root volume replacement task to view.
|
DescribeReplaceRootVolumeTasksRequest |
withReplaceRootVolumeTaskIds(String... replaceRootVolumeTaskIds)
The ID of the root volume replacement task to view.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeReplaceRootVolumeTasksRequest()
public List<String> getReplaceRootVolumeTaskIds()
The ID of the root volume replacement task to view.
public void setReplaceRootVolumeTaskIds(Collection<String> replaceRootVolumeTaskIds)
The ID of the root volume replacement task to view.
replaceRootVolumeTaskIds
- The ID of the root volume replacement task to view.public DescribeReplaceRootVolumeTasksRequest withReplaceRootVolumeTaskIds(String... replaceRootVolumeTaskIds)
The ID of the root volume replacement task to view.
NOTE: This method appends the values to the existing list (if any). Use
setReplaceRootVolumeTaskIds(java.util.Collection)
or
withReplaceRootVolumeTaskIds(java.util.Collection)
if you want to override the existing values.
replaceRootVolumeTaskIds
- The ID of the root volume replacement task to view.public DescribeReplaceRootVolumeTasksRequest withReplaceRootVolumeTaskIds(Collection<String> replaceRootVolumeTaskIds)
The ID of the root volume replacement task to view.
replaceRootVolumeTaskIds
- The ID of the root volume replacement task to view.public List<Filter> getFilters()
Filter to use:
instance-id
- The ID of the instance for which the root volume replacement task was created.
instance-id
- The ID of the instance for which the root volume replacement task was created.
public void setFilters(Collection<Filter> filters)
Filter to use:
instance-id
- The ID of the instance for which the root volume replacement task was created.
filters
- Filter to use:
instance-id
- The ID of the instance for which the root volume replacement task was created.
public DescribeReplaceRootVolumeTasksRequest withFilters(Filter... filters)
Filter to use:
instance-id
- The ID of the instance for which the root volume replacement task was created.
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
- Filter to use:
instance-id
- The ID of the instance for which the root volume replacement task was created.
public DescribeReplaceRootVolumeTasksRequest withFilters(Collection<Filter> filters)
Filter to use:
instance-id
- The ID of the instance for which the root volume replacement task was created.
filters
- Filter to use:
instance-id
- The ID of the instance for which the root volume replacement task was created.
public void setMaxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
maxResults
- The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output. For more information, see Pagination.public Integer getMaxResults()
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
public DescribeReplaceRootVolumeTasksRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
maxResults
- The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output. For more information, see Pagination.public void setNextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
nextToken
- The token returned from a previous paginated request. Pagination continues from the end of the items
returned by the previous request.public String getNextToken()
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
public DescribeReplaceRootVolumeTasksRequest withNextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
nextToken
- The token returned from a previous paginated request. Pagination continues from the end of the items
returned by the previous request.public Request<DescribeReplaceRootVolumeTasksRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeReplaceRootVolumeTasksRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeReplaceRootVolumeTasksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()