@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMLTaskRunsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMLTaskRunsRequest() |
Modifier and Type | Method and Description |
---|---|
GetMLTaskRunsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
TaskRunFilterCriteria |
getFilter()
The filter criteria, in the
TaskRunFilterCriteria structure, for the task run. |
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
A token for pagination of the results.
|
TaskRunSortCriteria |
getSort()
The sorting criteria, in the
TaskRunSortCriteria structure, for the task run. |
String |
getTransformId()
The unique identifier of the machine learning transform.
|
int |
hashCode() |
void |
setFilter(TaskRunFilterCriteria filter)
The filter criteria, in the
TaskRunFilterCriteria structure, for the task run. |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
A token for pagination of the results.
|
void |
setSort(TaskRunSortCriteria sort)
The sorting criteria, in the
TaskRunSortCriteria structure, for the task run. |
void |
setTransformId(String transformId)
The unique identifier of the machine learning transform.
|
String |
toString()
Returns a string representation of this object.
|
GetMLTaskRunsRequest |
withFilter(TaskRunFilterCriteria filter)
The filter criteria, in the
TaskRunFilterCriteria structure, for the task run. |
GetMLTaskRunsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
GetMLTaskRunsRequest |
withNextToken(String nextToken)
A token for pagination of the results.
|
GetMLTaskRunsRequest |
withSort(TaskRunSortCriteria sort)
The sorting criteria, in the
TaskRunSortCriteria structure, for the task run. |
GetMLTaskRunsRequest |
withTransformId(String transformId)
The unique identifier of the machine learning transform.
|
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 void setTransformId(String transformId)
The unique identifier of the machine learning transform.
transformId
- The unique identifier of the machine learning transform.public String getTransformId()
The unique identifier of the machine learning transform.
public GetMLTaskRunsRequest withTransformId(String transformId)
The unique identifier of the machine learning transform.
transformId
- The unique identifier of the machine learning transform.public void setNextToken(String nextToken)
A token for pagination of the results. The default is empty.
nextToken
- A token for pagination of the results. The default is empty.public String getNextToken()
A token for pagination of the results. The default is empty.
public GetMLTaskRunsRequest withNextToken(String nextToken)
A token for pagination of the results. The default is empty.
nextToken
- A token for pagination of the results. The default is empty.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public GetMLTaskRunsRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public void setFilter(TaskRunFilterCriteria filter)
The filter criteria, in the TaskRunFilterCriteria
structure, for the task run.
filter
- The filter criteria, in the TaskRunFilterCriteria
structure, for the task run.public TaskRunFilterCriteria getFilter()
The filter criteria, in the TaskRunFilterCriteria
structure, for the task run.
TaskRunFilterCriteria
structure, for the task run.public GetMLTaskRunsRequest withFilter(TaskRunFilterCriteria filter)
The filter criteria, in the TaskRunFilterCriteria
structure, for the task run.
filter
- The filter criteria, in the TaskRunFilterCriteria
structure, for the task run.public void setSort(TaskRunSortCriteria sort)
The sorting criteria, in the TaskRunSortCriteria
structure, for the task run.
sort
- The sorting criteria, in the TaskRunSortCriteria
structure, for the task run.public TaskRunSortCriteria getSort()
The sorting criteria, in the TaskRunSortCriteria
structure, for the task run.
TaskRunSortCriteria
structure, for the task run.public GetMLTaskRunsRequest withSort(TaskRunSortCriteria sort)
The sorting criteria, in the TaskRunSortCriteria
structure, for the task run.
sort
- The sorting criteria, in the TaskRunSortCriteria
structure, for the task run.public String toString()
toString
in class Object
Object.toString()
public GetMLTaskRunsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()