@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataQualityJobDefinitionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ListDataQualityJobDefinitionsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListDataQualityJobDefinitionsResult | clone() | 
| boolean | equals(Object obj) | 
| List<MonitoringJobDefinitionSummary> | getJobDefinitionSummaries()
 A list of data quality monitoring job definitions. | 
| String | getNextToken()
 If the result of the previous  ListDataQualityJobDefinitionsrequest was truncated, the response
 includes aNextToken. | 
| int | hashCode() | 
| void | setJobDefinitionSummaries(Collection<MonitoringJobDefinitionSummary> jobDefinitionSummaries)
 A list of data quality monitoring job definitions. | 
| void | setNextToken(String nextToken)
 If the result of the previous  ListDataQualityJobDefinitionsrequest was truncated, the response
 includes aNextToken. | 
| String | toString()Returns a string representation of this object. | 
| ListDataQualityJobDefinitionsResult | withJobDefinitionSummaries(Collection<MonitoringJobDefinitionSummary> jobDefinitionSummaries)
 A list of data quality monitoring job definitions. | 
| ListDataQualityJobDefinitionsResult | withJobDefinitionSummaries(MonitoringJobDefinitionSummary... jobDefinitionSummaries)
 A list of data quality monitoring job definitions. | 
| ListDataQualityJobDefinitionsResult | withNextToken(String nextToken)
 If the result of the previous  ListDataQualityJobDefinitionsrequest was truncated, the response
 includes aNextToken. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<MonitoringJobDefinitionSummary> getJobDefinitionSummaries()
A list of data quality monitoring job definitions.
public void setJobDefinitionSummaries(Collection<MonitoringJobDefinitionSummary> jobDefinitionSummaries)
A list of data quality monitoring job definitions.
jobDefinitionSummaries - A list of data quality monitoring job definitions.public ListDataQualityJobDefinitionsResult withJobDefinitionSummaries(MonitoringJobDefinitionSummary... jobDefinitionSummaries)
A list of data quality monitoring job definitions.
 NOTE: This method appends the values to the existing list (if any). Use
 setJobDefinitionSummaries(java.util.Collection) or
 withJobDefinitionSummaries(java.util.Collection) if you want to override the existing values.
 
jobDefinitionSummaries - A list of data quality monitoring job definitions.public ListDataQualityJobDefinitionsResult withJobDefinitionSummaries(Collection<MonitoringJobDefinitionSummary> jobDefinitionSummaries)
A list of data quality monitoring job definitions.
jobDefinitionSummaries - A list of data quality monitoring job definitions.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 data quality monitoring job definitions, 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 data quality monitoring job
        definitions, 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 data quality monitoring job definitions, use the
 token in the next request.
 
ListDataQualityJobDefinitions request was truncated, the
         response includes a NextToken. To retrieve the next set of data quality monitoring job
         definitions, use the token in the next request.public ListDataQualityJobDefinitionsResult withNextToken(String nextToken)
 If the result of the previous ListDataQualityJobDefinitions request was truncated, the response
 includes a NextToken. To retrieve the next set of data quality monitoring job definitions, 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 data quality monitoring job
        definitions, use the token in the next request.public String toString()
toString in class ObjectObject.toString()public ListDataQualityJobDefinitionsResult clone()