@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRetrainingSchedulersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRetrainingSchedulersRequest() |
Modifier and Type | Method and Description |
---|---|
ListRetrainingSchedulersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Specifies the maximum number of retraining schedulers to list.
|
String |
getModelNameBeginsWith()
Specify this field to only list retraining schedulers whose machine learning models begin with the value you
specify.
|
String |
getNextToken()
If the number of results exceeds the maximum, a pagination token is returned.
|
String |
getStatus()
Specify this field to only list retraining schedulers whose status matches the value you specify.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Specifies the maximum number of retraining schedulers to list.
|
void |
setModelNameBeginsWith(String modelNameBeginsWith)
Specify this field to only list retraining schedulers whose machine learning models begin with the value you
specify.
|
void |
setNextToken(String nextToken)
If the number of results exceeds the maximum, a pagination token is returned.
|
void |
setStatus(String status)
Specify this field to only list retraining schedulers whose status matches the value you specify.
|
String |
toString()
Returns a string representation of this object.
|
ListRetrainingSchedulersRequest |
withMaxResults(Integer maxResults)
Specifies the maximum number of retraining schedulers to list.
|
ListRetrainingSchedulersRequest |
withModelNameBeginsWith(String modelNameBeginsWith)
Specify this field to only list retraining schedulers whose machine learning models begin with the value you
specify.
|
ListRetrainingSchedulersRequest |
withNextToken(String nextToken)
If the number of results exceeds the maximum, a pagination token is returned.
|
ListRetrainingSchedulersRequest |
withStatus(RetrainingSchedulerStatus status)
Specify this field to only list retraining schedulers whose status matches the value you specify.
|
ListRetrainingSchedulersRequest |
withStatus(String status)
Specify this field to only list retraining schedulers whose status matches the value you specify.
|
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 setModelNameBeginsWith(String modelNameBeginsWith)
Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify.
modelNameBeginsWith
- Specify this field to only list retraining schedulers whose machine learning models begin with the value
you specify.public String getModelNameBeginsWith()
Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify.
public ListRetrainingSchedulersRequest withModelNameBeginsWith(String modelNameBeginsWith)
Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify.
modelNameBeginsWith
- Specify this field to only list retraining schedulers whose machine learning models begin with the value
you specify.public void setStatus(String status)
Specify this field to only list retraining schedulers whose status matches the value you specify.
status
- Specify this field to only list retraining schedulers whose status matches the value you specify.RetrainingSchedulerStatus
public String getStatus()
Specify this field to only list retraining schedulers whose status matches the value you specify.
RetrainingSchedulerStatus
public ListRetrainingSchedulersRequest withStatus(String status)
Specify this field to only list retraining schedulers whose status matches the value you specify.
status
- Specify this field to only list retraining schedulers whose status matches the value you specify.RetrainingSchedulerStatus
public ListRetrainingSchedulersRequest withStatus(RetrainingSchedulerStatus status)
Specify this field to only list retraining schedulers whose status matches the value you specify.
status
- Specify this field to only list retraining schedulers whose status matches the value you specify.RetrainingSchedulerStatus
public void setNextToken(String nextToken)
If the number of results exceeds the maximum, a pagination token is returned. Use the token in the request to show the next page of retraining schedulers.
nextToken
- If the number of results exceeds the maximum, a pagination token is returned. Use the token in the request
to show the next page of retraining schedulers.public String getNextToken()
If the number of results exceeds the maximum, a pagination token is returned. Use the token in the request to show the next page of retraining schedulers.
public ListRetrainingSchedulersRequest withNextToken(String nextToken)
If the number of results exceeds the maximum, a pagination token is returned. Use the token in the request to show the next page of retraining schedulers.
nextToken
- If the number of results exceeds the maximum, a pagination token is returned. Use the token in the request
to show the next page of retraining schedulers.public void setMaxResults(Integer maxResults)
Specifies the maximum number of retraining schedulers to list.
maxResults
- Specifies the maximum number of retraining schedulers to list.public Integer getMaxResults()
Specifies the maximum number of retraining schedulers to list.
public ListRetrainingSchedulersRequest withMaxResults(Integer maxResults)
Specifies the maximum number of retraining schedulers to list.
maxResults
- Specifies the maximum number of retraining schedulers to list.public String toString()
toString
in class Object
Object.toString()
public ListRetrainingSchedulersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()