@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMLTransformsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListMLTransformsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListMLTransformsRequest | addTagsEntry(String key,
            String value)Add a single Tags entry | 
| ListMLTransformsRequest | clearTagsEntries()Removes all the entries added into Tags. | 
| ListMLTransformsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| TransformFilterCriteria | getFilter()
 A  TransformFilterCriteriaused to filter the machine learning transforms. | 
| Integer | getMaxResults()
 The maximum size of a list to return. | 
| String | getNextToken()
 A continuation token, if this is a continuation request. | 
| TransformSortCriteria | getSort()
 A  TransformSortCriteriaused to sort the machine learning transforms. | 
| Map<String,String> | getTags()
 Specifies to return only these tagged resources. | 
| int | hashCode() | 
| void | setFilter(TransformFilterCriteria filter)
 A  TransformFilterCriteriaused to filter the machine learning transforms. | 
| void | setMaxResults(Integer maxResults)
 The maximum size of a list to return. | 
| void | setNextToken(String nextToken)
 A continuation token, if this is a continuation request. | 
| void | setSort(TransformSortCriteria sort)
 A  TransformSortCriteriaused to sort the machine learning transforms. | 
| void | setTags(Map<String,String> tags)
 Specifies to return only these tagged resources. | 
| String | toString()Returns a string representation of this object. | 
| ListMLTransformsRequest | withFilter(TransformFilterCriteria filter)
 A  TransformFilterCriteriaused to filter the machine learning transforms. | 
| ListMLTransformsRequest | withMaxResults(Integer maxResults)
 The maximum size of a list to return. | 
| ListMLTransformsRequest | withNextToken(String nextToken)
 A continuation token, if this is a continuation request. | 
| ListMLTransformsRequest | withSort(TransformSortCriteria sort)
 A  TransformSortCriteriaused to sort the machine learning transforms. | 
| ListMLTransformsRequest | withTags(Map<String,String> tags)
 Specifies to return only these tagged resources. | 
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, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
A continuation token, if this is a continuation request.
nextToken - A continuation token, if this is a continuation request.public String getNextToken()
A continuation token, if this is a continuation request.
public ListMLTransformsRequest withNextToken(String nextToken)
A continuation token, if this is a continuation request.
nextToken - A continuation token, if this is a continuation request.public void setMaxResults(Integer maxResults)
The maximum size of a list to return.
maxResults - The maximum size of a list to return.public Integer getMaxResults()
The maximum size of a list to return.
public ListMLTransformsRequest withMaxResults(Integer maxResults)
The maximum size of a list to return.
maxResults - The maximum size of a list to return.public void setFilter(TransformFilterCriteria filter)
 A TransformFilterCriteria used to filter the machine learning transforms.
 
filter - A TransformFilterCriteria used to filter the machine learning transforms.public TransformFilterCriteria getFilter()
 A TransformFilterCriteria used to filter the machine learning transforms.
 
TransformFilterCriteria used to filter the machine learning transforms.public ListMLTransformsRequest withFilter(TransformFilterCriteria filter)
 A TransformFilterCriteria used to filter the machine learning transforms.
 
filter - A TransformFilterCriteria used to filter the machine learning transforms.public void setSort(TransformSortCriteria sort)
 A TransformSortCriteria used to sort the machine learning transforms.
 
sort - A TransformSortCriteria used to sort the machine learning transforms.public TransformSortCriteria getSort()
 A TransformSortCriteria used to sort the machine learning transforms.
 
TransformSortCriteria used to sort the machine learning transforms.public ListMLTransformsRequest withSort(TransformSortCriteria sort)
 A TransformSortCriteria used to sort the machine learning transforms.
 
sort - A TransformSortCriteria used to sort the machine learning transforms.public Map<String,String> getTags()
Specifies to return only these tagged resources.
public void setTags(Map<String,String> tags)
Specifies to return only these tagged resources.
tags - Specifies to return only these tagged resources.public ListMLTransformsRequest withTags(Map<String,String> tags)
Specifies to return only these tagged resources.
tags - Specifies to return only these tagged resources.public ListMLTransformsRequest addTagsEntry(String key, String value)
public ListMLTransformsRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public ListMLTransformsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()