@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataQualityJobDefinitionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDataQualityJobDefinitionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDataQualityJobDefinitionsRequest |
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 data quality monitoring job definitions created after the specified time.
|
Date |
getCreationTimeBefore()
A filter that returns only data quality monitoring job definitions created before the specified time.
|
String |
getEndpointName()
A filter that lists the data quality job definitions associated with the specified endpoint.
|
Integer |
getMaxResults()
The maximum number of data quality monitoring job definitions to return in the response.
|
String |
getNameContains()
A string in the data quality monitoring job definition name.
|
String |
getNextToken()
If the result of the previous
ListDataQualityJobDefinitions 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 data quality monitoring job definitions created after the specified time.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only data quality monitoring job definitions created before the specified time.
|
void |
setEndpointName(String endpointName)
A filter that lists the data quality job definitions associated with the specified endpoint.
|
void |
setMaxResults(Integer maxResults)
The maximum number of data quality monitoring job definitions to return in the response.
|
void |
setNameContains(String nameContains)
A string in the data quality monitoring job definition name.
|
void |
setNextToken(String nextToken)
If the result of the previous
ListDataQualityJobDefinitions 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.
|
ListDataQualityJobDefinitionsRequest |
withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only data quality monitoring job definitions created after the specified time.
|
ListDataQualityJobDefinitionsRequest |
withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only data quality monitoring job definitions created before the specified time.
|
ListDataQualityJobDefinitionsRequest |
withEndpointName(String endpointName)
A filter that lists the data quality job definitions associated with the specified endpoint.
|
ListDataQualityJobDefinitionsRequest |
withMaxResults(Integer maxResults)
The maximum number of data quality monitoring job definitions to return in the response.
|
ListDataQualityJobDefinitionsRequest |
withNameContains(String nameContains)
A string in the data quality monitoring job definition name.
|
ListDataQualityJobDefinitionsRequest |
withNextToken(String nextToken)
If the result of the previous
ListDataQualityJobDefinitions request was truncated, the response
includes a NextToken . |
ListDataQualityJobDefinitionsRequest |
withSortBy(MonitoringJobDefinitionSortKey sortBy)
The field to sort results by.
|
ListDataQualityJobDefinitionsRequest |
withSortBy(String sortBy)
The field to sort results by.
|
ListDataQualityJobDefinitionsRequest |
withSortOrder(SortOrder sortOrder)
Whether to sort the results in
Ascending or Descending order. |
ListDataQualityJobDefinitionsRequest |
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 ListDataQualityJobDefinitionsRequest()
public void setEndpointName(String endpointName)
A filter that lists the data quality job definitions associated with the specified endpoint.
endpointName
- A filter that lists the data quality job definitions associated with the specified endpoint.public String getEndpointName()
A filter that lists the data quality job definitions associated with the specified endpoint.
public ListDataQualityJobDefinitionsRequest withEndpointName(String endpointName)
A filter that lists the data quality job definitions associated with the specified endpoint.
endpointName
- A filter that lists the data quality job definitions 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 ListDataQualityJobDefinitionsRequest 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 ListDataQualityJobDefinitionsRequest 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 ListDataQualityJobDefinitionsRequest 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 ListDataQualityJobDefinitionsRequest 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 ListDataQualityJobDefinitions
request was truncated, the response
includes a NextToken
. To retrieve the next set of transform jobs, use the token in the next
request.>
nextToken
- If the result of the previous ListDataQualityJobDefinitions
request was truncated, the
response includes a NextToken
. To retrieve the next set of transform jobs, use the token in
the next request.>public String getNextToken()
If the result of the previous ListDataQualityJobDefinitions
request was truncated, the response
includes a NextToken
. To retrieve the next set of transform jobs, use the token in the next
request.>
ListDataQualityJobDefinitions
request was truncated, the
response includes a NextToken
. To retrieve the next set of transform jobs, use the token in
the next request.>public ListDataQualityJobDefinitionsRequest withNextToken(String nextToken)
If the result of the previous ListDataQualityJobDefinitions
request was truncated, the response
includes a NextToken
. To retrieve the next set of transform jobs, use the token in the next
request.>
nextToken
- If the result of the previous ListDataQualityJobDefinitions
request was truncated, the
response includes a NextToken
. To retrieve the next set of transform jobs, use the token in
the next request.>public void setMaxResults(Integer maxResults)
The maximum number of data quality monitoring job definitions to return in the response.
maxResults
- The maximum number of data quality monitoring job definitions to return in the response.public Integer getMaxResults()
The maximum number of data quality monitoring job definitions to return in the response.
public ListDataQualityJobDefinitionsRequest withMaxResults(Integer maxResults)
The maximum number of data quality monitoring job definitions to return in the response.
maxResults
- The maximum number of data quality monitoring job definitions to return in the response.public void setNameContains(String nameContains)
A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string.
nameContains
- A string in the data quality monitoring job definition name. This filter returns only data quality
monitoring job definitions whose name contains the specified string.public String getNameContains()
A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string.
public ListDataQualityJobDefinitionsRequest withNameContains(String nameContains)
A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string.
nameContains
- A string in the data quality monitoring job definition name. This filter returns only data quality
monitoring job definitions whose name contains the specified string.public void setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only data quality monitoring job definitions created before the specified time.
creationTimeBefore
- A filter that returns only data quality monitoring job definitions created before the specified time.public Date getCreationTimeBefore()
A filter that returns only data quality monitoring job definitions created before the specified time.
public ListDataQualityJobDefinitionsRequest withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only data quality monitoring job definitions created before the specified time.
creationTimeBefore
- A filter that returns only data quality monitoring job definitions created before the specified time.public void setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only data quality monitoring job definitions created after the specified time.
creationTimeAfter
- A filter that returns only data quality monitoring job definitions created after the specified time.public Date getCreationTimeAfter()
A filter that returns only data quality monitoring job definitions created after the specified time.
public ListDataQualityJobDefinitionsRequest withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only data quality monitoring job definitions created after the specified time.
creationTimeAfter
- A filter that returns only data quality monitoring job definitions created after the specified time.public String toString()
toString
in class Object
Object.toString()
public ListDataQualityJobDefinitionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()