@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataQualityRuleRecommendationRunsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDataQualityRuleRecommendationRunsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDataQualityRuleRecommendationRunsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DataQualityRuleRecommendationRunFilter |
getFilter()
The filter criteria.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
A paginated token to offset the results.
|
int |
hashCode() |
void |
setFilter(DataQualityRuleRecommendationRunFilter filter)
The filter criteria.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
A paginated token to offset the results.
|
String |
toString()
Returns a string representation of this object.
|
ListDataQualityRuleRecommendationRunsRequest |
withFilter(DataQualityRuleRecommendationRunFilter filter)
The filter criteria.
|
ListDataQualityRuleRecommendationRunsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListDataQualityRuleRecommendationRunsRequest |
withNextToken(String nextToken)
A paginated token to offset the results.
|
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 ListDataQualityRuleRecommendationRunsRequest()
public void setFilter(DataQualityRuleRecommendationRunFilter filter)
The filter criteria.
filter
- The filter criteria.public DataQualityRuleRecommendationRunFilter getFilter()
The filter criteria.
public ListDataQualityRuleRecommendationRunsRequest withFilter(DataQualityRuleRecommendationRunFilter filter)
The filter criteria.
filter
- The filter criteria.public void setNextToken(String nextToken)
A paginated token to offset the results.
nextToken
- A paginated token to offset the results.public String getNextToken()
A paginated token to offset the results.
public ListDataQualityRuleRecommendationRunsRequest withNextToken(String nextToken)
A paginated token to offset the results.
nextToken
- A paginated token to offset the results.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public ListDataQualityRuleRecommendationRunsRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public String toString()
toString
in class Object
Object.toString()
public ListDataQualityRuleRecommendationRunsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()