@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListModelQualityJobDefinitionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListModelQualityJobDefinitionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListModelQualityJobDefinitionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
A filter that returns only model quality monitoring job definitions created after the specified time.
|
Date |
getCreationTimeBefore()
A filter that returns only model quality monitoring job definitions created before the specified time.
|
String |
getEndpointName()
A filter that returns only model quality monitoring job definitions that are associated with the specified
endpoint.
|
Integer |
getMaxResults()
The maximum number of results to return in a call to
ListModelQualityJobDefinitions . |
String |
getNameContains()
A string in the transform job name.
|
String |
getNextToken()
If the result of the previous
ListModelQualityJobDefinitions request was truncated, the response
includes a NextToken . |
String |
getSortBy()
The field to sort results by.
|
String |
getSortOrder()
Whether to sort the results in
Ascending or Descending order. |
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only model quality monitoring job definitions created after the specified time.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only model quality monitoring job definitions created before the specified time.
|
void |
setEndpointName(String endpointName)
A filter that returns only model quality monitoring job definitions that are associated with the specified
endpoint.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a call to
ListModelQualityJobDefinitions . |
void |
setNameContains(String nameContains)
A string in the transform job name.
|
void |
setNextToken(String nextToken)
If the result of the previous
ListModelQualityJobDefinitions request was truncated, the response
includes a NextToken . |
void |
setSortBy(String sortBy)
The field to sort results by.
|
void |
setSortOrder(String sortOrder)
Whether to sort the results in
Ascending or Descending order. |
String |
toString()
Returns a string representation of this object.
|
ListModelQualityJobDefinitionsRequest |
withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only model quality monitoring job definitions created after the specified time.
|
ListModelQualityJobDefinitionsRequest |
withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only model quality monitoring job definitions created before the specified time.
|
ListModelQualityJobDefinitionsRequest |
withEndpointName(String endpointName)
A filter that returns only model quality monitoring job definitions that are associated with the specified
endpoint.
|
ListModelQualityJobDefinitionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a call to
ListModelQualityJobDefinitions . |
ListModelQualityJobDefinitionsRequest |
withNameContains(String nameContains)
A string in the transform job name.
|
ListModelQualityJobDefinitionsRequest |
withNextToken(String nextToken)
If the result of the previous
ListModelQualityJobDefinitions request was truncated, the response
includes a NextToken . |
ListModelQualityJobDefinitionsRequest |
withSortBy(MonitoringJobDefinitionSortKey sortBy)
The field to sort results by.
|
ListModelQualityJobDefinitionsRequest |
withSortBy(String sortBy)
The field to sort results by.
|
ListModelQualityJobDefinitionsRequest |
withSortOrder(SortOrder sortOrder)
Whether to sort the results in
Ascending or Descending order. |
ListModelQualityJobDefinitionsRequest |
withSortOrder(String sortOrder)
Whether to sort the results in
Ascending or Descending order. |
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 ListModelQualityJobDefinitionsRequest()
public void setEndpointName(String endpointName)
A filter that returns only model quality monitoring job definitions that are associated with the specified endpoint.
endpointName
- A filter that returns only model quality monitoring job definitions that are associated with the specified
endpoint.public String getEndpointName()
A filter that returns only model quality monitoring job definitions that are associated with the specified endpoint.
public ListModelQualityJobDefinitionsRequest withEndpointName(String endpointName)
A filter that returns only model quality monitoring job definitions that are associated with the specified endpoint.
endpointName
- A filter that returns only model quality monitoring job definitions that are associated with the specified
endpoint.public void setSortBy(String sortBy)
The field to sort results by. The default is CreationTime
.
sortBy
- The field to sort results by. The default is CreationTime
.MonitoringJobDefinitionSortKey
public String getSortBy()
The field to sort results by. The default is CreationTime
.
CreationTime
.MonitoringJobDefinitionSortKey
public ListModelQualityJobDefinitionsRequest withSortBy(String sortBy)
The field to sort results by. The default is CreationTime
.
sortBy
- The field to sort results by. The default is CreationTime
.MonitoringJobDefinitionSortKey
public ListModelQualityJobDefinitionsRequest withSortBy(MonitoringJobDefinitionSortKey sortBy)
The field to sort results by. The default is CreationTime
.
sortBy
- The field to sort results by. The default is CreationTime
.MonitoringJobDefinitionSortKey
public void setSortOrder(String sortOrder)
Whether to sort the results in Ascending
or Descending
order. The default is
Descending
.
sortOrder
- Whether to sort the results in Ascending
or Descending
order. The default is
Descending
.SortOrder
public String getSortOrder()
Whether to sort the results in Ascending
or Descending
order. The default is
Descending
.
Ascending
or Descending
order. The default is
Descending
.SortOrder
public ListModelQualityJobDefinitionsRequest withSortOrder(String sortOrder)
Whether to sort the results in Ascending
or Descending
order. The default is
Descending
.
sortOrder
- Whether to sort the results in Ascending
or Descending
order. The default is
Descending
.SortOrder
public ListModelQualityJobDefinitionsRequest withSortOrder(SortOrder sortOrder)
Whether to sort the results in Ascending
or Descending
order. The default is
Descending
.
sortOrder
- Whether to sort the results in Ascending
or Descending
order. The default is
Descending
.SortOrder
public void setNextToken(String nextToken)
If the result of the previous ListModelQualityJobDefinitions
request was truncated, the response
includes a NextToken
. To retrieve the next set of model quality monitoring job definitions, use the
token in the next request.
nextToken
- If the result of the previous ListModelQualityJobDefinitions
request was truncated, the
response includes a NextToken
. To retrieve the next set of model quality monitoring job
definitions, use the token in the next request.public String getNextToken()
If the result of the previous ListModelQualityJobDefinitions
request was truncated, the response
includes a NextToken
. To retrieve the next set of model quality monitoring job definitions, use the
token in the next request.
ListModelQualityJobDefinitions
request was truncated, the
response includes a NextToken
. To retrieve the next set of model quality monitoring job
definitions, use the token in the next request.public ListModelQualityJobDefinitionsRequest withNextToken(String nextToken)
If the result of the previous ListModelQualityJobDefinitions
request was truncated, the response
includes a NextToken
. To retrieve the next set of model quality monitoring job definitions, use the
token in the next request.
nextToken
- If the result of the previous ListModelQualityJobDefinitions
request was truncated, the
response includes a NextToken
. To retrieve the next set of model quality monitoring job
definitions, use the token in the next request.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a call to ListModelQualityJobDefinitions
.
maxResults
- The maximum number of results to return in a call to ListModelQualityJobDefinitions
.public Integer getMaxResults()
The maximum number of results to return in a call to ListModelQualityJobDefinitions
.
ListModelQualityJobDefinitions
.public ListModelQualityJobDefinitionsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a call to ListModelQualityJobDefinitions
.
maxResults
- The maximum number of results to return in a call to ListModelQualityJobDefinitions
.public void setNameContains(String nameContains)
A string in the transform job name. This filter returns only model quality monitoring job definitions whose name contains the specified string.
nameContains
- A string in the transform job name. This filter returns only model quality monitoring job definitions
whose name contains the specified string.public String getNameContains()
A string in the transform job name. This filter returns only model quality monitoring job definitions whose name contains the specified string.
public ListModelQualityJobDefinitionsRequest withNameContains(String nameContains)
A string in the transform job name. This filter returns only model quality monitoring job definitions whose name contains the specified string.
nameContains
- A string in the transform job name. This filter returns only model quality monitoring job definitions
whose name contains the specified string.public void setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only model quality monitoring job definitions created before the specified time.
creationTimeBefore
- A filter that returns only model quality monitoring job definitions created before the specified time.public Date getCreationTimeBefore()
A filter that returns only model quality monitoring job definitions created before the specified time.
public ListModelQualityJobDefinitionsRequest withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only model quality monitoring job definitions created before the specified time.
creationTimeBefore
- A filter that returns only model quality monitoring job definitions created before the specified time.public void setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only model quality monitoring job definitions created after the specified time.
creationTimeAfter
- A filter that returns only model quality monitoring job definitions created after the specified time.public Date getCreationTimeAfter()
A filter that returns only model quality monitoring job definitions created after the specified time.
public ListModelQualityJobDefinitionsRequest withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only model quality monitoring job definitions created after the specified time.
creationTimeAfter
- A filter that returns only model quality monitoring job definitions created after the specified time.public String toString()
toString
in class Object
Object.toString()
public ListModelQualityJobDefinitionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()