@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 results to return with a single call.
|
String |
getNextToken()
The token for the next page of results.
|
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 results to return with a single call.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
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 results to return with a single call.
|
DescribeReplaceRootVolumeTasksRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
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 results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public Integer getMaxResults()
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
nextToken
value.public DescribeReplaceRootVolumeTasksRequest withMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public void setNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String getNextToken()
The token for the next page of results.
public DescribeReplaceRootVolumeTasksRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.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()