@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataSourceRunsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListDataSourceRunsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListDataSourceRunsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDataSourceIdentifier()
 The identifier of the data source. | 
| String | getDomainIdentifier()
 The identifier of the Amazon DataZone domain in which to invoke the  ListDataSourceRunsaction. | 
| Integer | getMaxResults()
 The maximum number of runs to return in a single call to  ListDataSourceRuns. | 
| String | getNextToken()
 When the number of runs is greater than the default value for the  MaxResultsparameter, or if you
 explicitly specify a value forMaxResultsthat is less than the number of runs, the response
 includes a pagination token namedNextToken. | 
| String | getStatus()
 The status of the data source. | 
| int | hashCode() | 
| void | setDataSourceIdentifier(String dataSourceIdentifier)
 The identifier of the data source. | 
| void | setDomainIdentifier(String domainIdentifier)
 The identifier of the Amazon DataZone domain in which to invoke the  ListDataSourceRunsaction. | 
| void | setMaxResults(Integer maxResults)
 The maximum number of runs to return in a single call to  ListDataSourceRuns. | 
| void | setNextToken(String nextToken)
 When the number of runs is greater than the default value for the  MaxResultsparameter, or if you
 explicitly specify a value forMaxResultsthat is less than the number of runs, the response
 includes a pagination token namedNextToken. | 
| void | setStatus(String status)
 The status of the data source. | 
| String | toString()Returns a string representation of this object. | 
| ListDataSourceRunsRequest | withDataSourceIdentifier(String dataSourceIdentifier)
 The identifier of the data source. | 
| ListDataSourceRunsRequest | withDomainIdentifier(String domainIdentifier)
 The identifier of the Amazon DataZone domain in which to invoke the  ListDataSourceRunsaction. | 
| ListDataSourceRunsRequest | withMaxResults(Integer maxResults)
 The maximum number of runs to return in a single call to  ListDataSourceRuns. | 
| ListDataSourceRunsRequest | withNextToken(String nextToken)
 When the number of runs is greater than the default value for the  MaxResultsparameter, or if you
 explicitly specify a value forMaxResultsthat is less than the number of runs, the response
 includes a pagination token namedNextToken. | 
| ListDataSourceRunsRequest | withStatus(DataSourceRunStatus status)
 The status of the data source. | 
| ListDataSourceRunsRequest | withStatus(String status)
 The status of the data source. | 
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, withSdkRequestTimeoutpublic void setDataSourceIdentifier(String dataSourceIdentifier)
The identifier of the data source.
dataSourceIdentifier - The identifier of the data source.public String getDataSourceIdentifier()
The identifier of the data source.
public ListDataSourceRunsRequest withDataSourceIdentifier(String dataSourceIdentifier)
The identifier of the data source.
dataSourceIdentifier - The identifier of the data source.public void setDomainIdentifier(String domainIdentifier)
 The identifier of the Amazon DataZone domain in which to invoke the ListDataSourceRuns action.
 
domainIdentifier - The identifier of the Amazon DataZone domain in which to invoke the ListDataSourceRuns
        action.public String getDomainIdentifier()
 The identifier of the Amazon DataZone domain in which to invoke the ListDataSourceRuns action.
 
ListDataSourceRuns
         action.public ListDataSourceRunsRequest withDomainIdentifier(String domainIdentifier)
 The identifier of the Amazon DataZone domain in which to invoke the ListDataSourceRuns action.
 
domainIdentifier - The identifier of the Amazon DataZone domain in which to invoke the ListDataSourceRuns
        action.public void setMaxResults(Integer maxResults)
 The maximum number of runs to return in a single call to ListDataSourceRuns. When the number of runs
 to be listed is greater than the value of MaxResults, the response contains a NextToken
 value that you can use in a subsequent call to ListDataSourceRuns to list the next set of runs.
 
maxResults - The maximum number of runs to return in a single call to ListDataSourceRuns. When the number
        of runs to be listed is greater than the value of MaxResults, the response contains a
        NextToken value that you can use in a subsequent call to ListDataSourceRuns to
        list the next set of runs.public Integer getMaxResults()
 The maximum number of runs to return in a single call to ListDataSourceRuns. When the number of runs
 to be listed is greater than the value of MaxResults, the response contains a NextToken
 value that you can use in a subsequent call to ListDataSourceRuns to list the next set of runs.
 
ListDataSourceRuns. When the number
         of runs to be listed is greater than the value of MaxResults, the response contains a
         NextToken value that you can use in a subsequent call to ListDataSourceRuns to
         list the next set of runs.public ListDataSourceRunsRequest withMaxResults(Integer maxResults)
 The maximum number of runs to return in a single call to ListDataSourceRuns. When the number of runs
 to be listed is greater than the value of MaxResults, the response contains a NextToken
 value that you can use in a subsequent call to ListDataSourceRuns to list the next set of runs.
 
maxResults - The maximum number of runs to return in a single call to ListDataSourceRuns. When the number
        of runs to be listed is greater than the value of MaxResults, the response contains a
        NextToken value that you can use in a subsequent call to ListDataSourceRuns to
        list the next set of runs.public void setNextToken(String nextToken)
 When the number of runs is greater than the default value for the MaxResults parameter, or if you
 explicitly specify a value for MaxResults that is less than the number of runs, the response
 includes a pagination token named NextToken. You can specify this NextToken value in a
 subsequent call to ListDataSourceRuns to list the next set of runs.
 
nextToken - When the number of runs is greater than the default value for the MaxResults parameter, or if
        you explicitly specify a value for MaxResults that is less than the number of runs, the
        response includes a pagination token named NextToken. You can specify this
        NextToken value in a subsequent call to ListDataSourceRuns to list the next set
        of runs.public String getNextToken()
 When the number of runs is greater than the default value for the MaxResults parameter, or if you
 explicitly specify a value for MaxResults that is less than the number of runs, the response
 includes a pagination token named NextToken. You can specify this NextToken value in a
 subsequent call to ListDataSourceRuns to list the next set of runs.
 
MaxResults parameter, or
         if you explicitly specify a value for MaxResults that is less than the number of runs, the
         response includes a pagination token named NextToken. You can specify this
         NextToken value in a subsequent call to ListDataSourceRuns to list the next set
         of runs.public ListDataSourceRunsRequest withNextToken(String nextToken)
 When the number of runs is greater than the default value for the MaxResults parameter, or if you
 explicitly specify a value for MaxResults that is less than the number of runs, the response
 includes a pagination token named NextToken. You can specify this NextToken value in a
 subsequent call to ListDataSourceRuns to list the next set of runs.
 
nextToken - When the number of runs is greater than the default value for the MaxResults parameter, or if
        you explicitly specify a value for MaxResults that is less than the number of runs, the
        response includes a pagination token named NextToken. You can specify this
        NextToken value in a subsequent call to ListDataSourceRuns to list the next set
        of runs.public void setStatus(String status)
The status of the data source.
status - The status of the data source.DataSourceRunStatuspublic String getStatus()
The status of the data source.
DataSourceRunStatuspublic ListDataSourceRunsRequest withStatus(String status)
The status of the data source.
status - The status of the data source.DataSourceRunStatuspublic ListDataSourceRunsRequest withStatus(DataSourceRunStatus status)
The status of the data source.
status - The status of the data source.DataSourceRunStatuspublic String toString()
toString in class ObjectObject.toString()public ListDataSourceRunsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()