@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDataRepositoryTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeDataRepositoryTasksRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDataRepositoryTasksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<DataRepositoryTaskFilter> |
getFilters()
(Optional) You can use filters to narrow the
DescribeDataRepositoryTasks response to include just
tasks for specific file systems, or tasks in a specific lifecycle state. |
Integer |
getMaxResults() |
String |
getNextToken() |
List<String> |
getTaskIds()
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
|
int |
hashCode() |
void |
setFilters(Collection<DataRepositoryTaskFilter> filters)
(Optional) You can use filters to narrow the
DescribeDataRepositoryTasks response to include just
tasks for specific file systems, or tasks in a specific lifecycle state. |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setTaskIds(Collection<String> taskIds)
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
|
String |
toString()
Returns a string representation of this object.
|
DescribeDataRepositoryTasksRequest |
withFilters(Collection<DataRepositoryTaskFilter> filters)
(Optional) You can use filters to narrow the
DescribeDataRepositoryTasks response to include just
tasks for specific file systems, or tasks in a specific lifecycle state. |
DescribeDataRepositoryTasksRequest |
withFilters(DataRepositoryTaskFilter... filters)
(Optional) You can use filters to narrow the
DescribeDataRepositoryTasks response to include just
tasks for specific file systems, or tasks in a specific lifecycle state. |
DescribeDataRepositoryTasksRequest |
withMaxResults(Integer maxResults) |
DescribeDataRepositoryTasksRequest |
withNextToken(String nextToken) |
DescribeDataRepositoryTasksRequest |
withTaskIds(Collection<String> taskIds)
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
|
DescribeDataRepositoryTasksRequest |
withTaskIds(String... taskIds)
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
|
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 List<String> getTaskIds()
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
public void setTaskIds(Collection<String> taskIds)
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
taskIds
- (Optional) IDs of the tasks whose descriptions you want to retrieve (String).public DescribeDataRepositoryTasksRequest withTaskIds(String... taskIds)
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
NOTE: This method appends the values to the existing list (if any). Use
setTaskIds(java.util.Collection)
or withTaskIds(java.util.Collection)
if you want to override
the existing values.
taskIds
- (Optional) IDs of the tasks whose descriptions you want to retrieve (String).public DescribeDataRepositoryTasksRequest withTaskIds(Collection<String> taskIds)
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
taskIds
- (Optional) IDs of the tasks whose descriptions you want to retrieve (String).public List<DataRepositoryTaskFilter> getFilters()
(Optional) You can use filters to narrow the DescribeDataRepositoryTasks
response to include just
tasks for specific file systems, or tasks in a specific lifecycle state.
DescribeDataRepositoryTasks
response to include
just tasks for specific file systems, or tasks in a specific lifecycle state.public void setFilters(Collection<DataRepositoryTaskFilter> filters)
(Optional) You can use filters to narrow the DescribeDataRepositoryTasks
response to include just
tasks for specific file systems, or tasks in a specific lifecycle state.
filters
- (Optional) You can use filters to narrow the DescribeDataRepositoryTasks
response to include
just tasks for specific file systems, or tasks in a specific lifecycle state.public DescribeDataRepositoryTasksRequest withFilters(DataRepositoryTaskFilter... filters)
(Optional) You can use filters to narrow the DescribeDataRepositoryTasks
response to include just
tasks for specific file systems, or tasks in a specific lifecycle state.
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
- (Optional) You can use filters to narrow the DescribeDataRepositoryTasks
response to include
just tasks for specific file systems, or tasks in a specific lifecycle state.public DescribeDataRepositoryTasksRequest withFilters(Collection<DataRepositoryTaskFilter> filters)
(Optional) You can use filters to narrow the DescribeDataRepositoryTasks
response to include just
tasks for specific file systems, or tasks in a specific lifecycle state.
filters
- (Optional) You can use filters to narrow the DescribeDataRepositoryTasks
response to include
just tasks for specific file systems, or tasks in a specific lifecycle state.public void setMaxResults(Integer maxResults)
maxResults
- public Integer getMaxResults()
public DescribeDataRepositoryTasksRequest withMaxResults(Integer maxResults)
maxResults
- public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public DescribeDataRepositoryTasksRequest withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public DescribeDataRepositoryTasksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()