@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 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, 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 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.ModelStatus
public String getStatus()
The status of the ML model.
ModelStatus
public ListModelsRequest withStatus(String status)
The status of the ML model.
status
- The status of the ML model.ModelStatus
public ListModelsRequest withStatus(ModelStatus status)
The status of the ML model.
status
- The status of the ML model.ModelStatus
public 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 Object
Object.toString()
public ListModelsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()