@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() |
boolean |
equals(Object obj) |
String |
getDatasetNameBeginsWith()
The beginning of the name of the dataset of the ML models to be listed.
|
Integer |
getMaxResults()
Specifies the maximum number of ML models to list.
|
String |
getModelNameBeginsWith()
The beginning of the name of the ML models being listed.
|
String |
getNextToken()
An opaque pagination token indicating where to continue the listing of ML models.
|
String |
getStatus()
The status of the ML model.
|
int |
hashCode() |
void |
setDatasetNameBeginsWith(String datasetNameBeginsWith)
The beginning of the name of the dataset of the ML models to be listed.
|
void |
setMaxResults(Integer maxResults)
Specifies the maximum number of ML models to list.
|
void |
setModelNameBeginsWith(String modelNameBeginsWith)
The beginning of the name of the ML models being listed.
|
void |
setNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of ML models.
|
void |
setStatus(String status)
The status of the ML model.
|
String |
toString()
Returns a string representation of this object.
|
ListModelsRequest |
withDatasetNameBeginsWith(String datasetNameBeginsWith)
The beginning of the name of the dataset of the ML models to be listed.
|
ListModelsRequest |
withMaxResults(Integer maxResults)
Specifies the maximum number of ML models to list.
|
ListModelsRequest |
withModelNameBeginsWith(String modelNameBeginsWith)
The beginning of the name of the ML models being listed.
|
ListModelsRequest |
withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of ML models.
|
ListModelsRequest |
withStatus(ModelStatus status)
The status of the ML model.
|
ListModelsRequest |
withStatus(String status)
The status of the ML model.
|
addHandlerContext, copyBaseTo, 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)
An opaque pagination token indicating where to continue the listing of ML models.
nextToken - An opaque pagination token indicating where to continue the listing of ML models.public String getNextToken()
An opaque pagination token indicating where to continue the listing of ML models.
public ListModelsRequest withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of ML models.
nextToken - An opaque pagination token indicating where to continue the listing of ML models.public void setMaxResults(Integer maxResults)
Specifies the maximum number of ML models to list.
maxResults - Specifies the maximum number of ML models to list.public Integer getMaxResults()
Specifies the maximum number of ML models to list.
public ListModelsRequest withMaxResults(Integer maxResults)
Specifies the maximum number of ML models to list.
maxResults - Specifies the maximum number of ML models to list.public void setStatus(String status)
The status of the ML model.
status - The status of the ML model.ModelStatuspublic String getStatus()
The status of the ML model.
ModelStatuspublic ListModelsRequest withStatus(String status)
The status of the ML model.
status - The status of the ML model.ModelStatuspublic ListModelsRequest withStatus(ModelStatus status)
The status of the ML model.
status - The status of the ML model.ModelStatuspublic void setModelNameBeginsWith(String modelNameBeginsWith)
The beginning of the name of the ML models being listed.
modelNameBeginsWith - The beginning of the name of the ML models being listed.public String getModelNameBeginsWith()
The beginning of the name of the ML models being listed.
public ListModelsRequest withModelNameBeginsWith(String modelNameBeginsWith)
The beginning of the name of the ML models being listed.
modelNameBeginsWith - The beginning of the name of the ML models being listed.public void setDatasetNameBeginsWith(String datasetNameBeginsWith)
The beginning of the name of the dataset of the ML models to be listed.
datasetNameBeginsWith - The beginning of the name of the dataset of the ML models to be listed.public String getDatasetNameBeginsWith()
The beginning of the name of the dataset of the ML models to be listed.
public ListModelsRequest withDatasetNameBeginsWith(String datasetNameBeginsWith)
The beginning of the name of the dataset of the ML models to be listed.
datasetNameBeginsWith - The beginning of the name of the dataset of the ML models to be listed.public String toString()
toString in class ObjectObject.toString()public ListModelsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.