@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListModelsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListModelsRequest() |
Modifier and Type | Method and Description |
---|---|
ListModelsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatasetNameBeginsWith()
The beginning of the name of the dataset of the machine learning models to be listed.
|
Integer |
getMaxResults()
Specifies the maximum number of machine learning models to list.
|
String |
getModelNameBeginsWith()
The beginning of the name of the machine learning models being listed.
|
String |
getNextToken()
An opaque pagination token indicating where to continue the listing of machine learning models.
|
String |
getStatus()
The status of the machine learning model.
|
int |
hashCode() |
void |
setDatasetNameBeginsWith(String datasetNameBeginsWith)
The beginning of the name of the dataset of the machine learning models to be listed.
|
void |
setMaxResults(Integer maxResults)
Specifies the maximum number of machine learning models to list.
|
void |
setModelNameBeginsWith(String modelNameBeginsWith)
The beginning of the name of the machine learning models being listed.
|
void |
setNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of machine learning models.
|
void |
setStatus(String status)
The status of the machine learning model.
|
String |
toString()
Returns a string representation of this object.
|
ListModelsRequest |
withDatasetNameBeginsWith(String datasetNameBeginsWith)
The beginning of the name of the dataset of the machine learning models to be listed.
|
ListModelsRequest |
withMaxResults(Integer maxResults)
Specifies the maximum number of machine learning models to list.
|
ListModelsRequest |
withModelNameBeginsWith(String modelNameBeginsWith)
The beginning of the name of the machine learning models being listed.
|
ListModelsRequest |
withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of machine learning models.
|
ListModelsRequest |
withStatus(ModelStatus status)
The status of the machine learning model.
|
ListModelsRequest |
withStatus(String status)
The status of the machine learning model.
|
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 setNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of machine learning models.
nextToken
- An opaque pagination token indicating where to continue the listing of machine learning models.public String getNextToken()
An opaque pagination token indicating where to continue the listing of machine learning models.
public ListModelsRequest withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of machine learning models.
nextToken
- An opaque pagination token indicating where to continue the listing of machine learning models.public void setMaxResults(Integer maxResults)
Specifies the maximum number of machine learning models to list.
maxResults
- Specifies the maximum number of machine learning models to list.public Integer getMaxResults()
Specifies the maximum number of machine learning models to list.
public ListModelsRequest withMaxResults(Integer maxResults)
Specifies the maximum number of machine learning models to list.
maxResults
- Specifies the maximum number of machine learning models to list.public void setStatus(String status)
The status of the machine learning model.
status
- The status of the machine learning model.ModelStatus
public String getStatus()
The status of the machine learning model.
ModelStatus
public ListModelsRequest withStatus(String status)
The status of the machine learning model.
status
- The status of the machine learning model.ModelStatus
public ListModelsRequest withStatus(ModelStatus status)
The status of the machine learning model.
status
- The status of the machine learning model.ModelStatus
public void setModelNameBeginsWith(String modelNameBeginsWith)
The beginning of the name of the machine learning models being listed.
modelNameBeginsWith
- The beginning of the name of the machine learning models being listed.public String getModelNameBeginsWith()
The beginning of the name of the machine learning models being listed.
public ListModelsRequest withModelNameBeginsWith(String modelNameBeginsWith)
The beginning of the name of the machine learning models being listed.
modelNameBeginsWith
- The beginning of the name of the machine learning models being listed.public void setDatasetNameBeginsWith(String datasetNameBeginsWith)
The beginning of the name of the dataset of the machine learning models to be listed.
datasetNameBeginsWith
- The beginning of the name of the dataset of the machine learning models to be listed.public String getDatasetNameBeginsWith()
The beginning of the name of the dataset of the machine learning models to be listed.
public ListModelsRequest withDatasetNameBeginsWith(String datasetNameBeginsWith)
The beginning of the name of the dataset of the machine learning models to be listed.
datasetNameBeginsWith
- The beginning of the name of the dataset of the machine learning models to be listed.public String toString()
toString
in class Object
Object.toString()
public ListModelsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()