@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataSourceRunsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDataSourceRunsResult() |
Modifier and Type | Method and Description |
---|---|
ListDataSourceRunsResult |
clone() |
boolean |
equals(Object obj) |
List<DataSourceRunSummary> |
getItems()
The results of the
ListDataSourceRuns action. |
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 . |
int |
hashCode() |
void |
setItems(Collection<DataSourceRunSummary> items)
The results of the
ListDataSourceRuns action. |
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 . |
String |
toString()
Returns a string representation of this object.
|
ListDataSourceRunsResult |
withItems(Collection<DataSourceRunSummary> items)
The results of the
ListDataSourceRuns action. |
ListDataSourceRunsResult |
withItems(DataSourceRunSummary... items)
The results of the
ListDataSourceRuns action. |
ListDataSourceRunsResult |
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 . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DataSourceRunSummary> getItems()
The results of the ListDataSourceRuns
action.
ListDataSourceRuns
action.public void setItems(Collection<DataSourceRunSummary> items)
The results of the ListDataSourceRuns
action.
items
- The results of the ListDataSourceRuns
action.public ListDataSourceRunsResult withItems(DataSourceRunSummary... items)
The results of the ListDataSourceRuns
action.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- The results of the ListDataSourceRuns
action.public ListDataSourceRunsResult withItems(Collection<DataSourceRunSummary> items)
The results of the ListDataSourceRuns
action.
items
- The results of the ListDataSourceRuns
action.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 ListDataSourceRunsResult 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 String toString()
toString
in class Object
Object.toString()
public ListDataSourceRunsResult clone()