@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTimeSeriesDataPointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTimeSeriesDataPointsResult() |
Modifier and Type | Method and Description |
---|---|
ListTimeSeriesDataPointsResult |
clone() |
boolean |
equals(Object obj) |
List<TimeSeriesDataPointSummaryFormOutput> |
getItems()
The results of the ListTimeSeriesDataPoints action.
|
String |
getNextToken()
When the number of data points 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 data points, the response includes a
pagination token named NextToken.
|
int |
hashCode() |
void |
setItems(Collection<TimeSeriesDataPointSummaryFormOutput> items)
The results of the ListTimeSeriesDataPoints action.
|
void |
setNextToken(String nextToken)
When the number of data points 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 data points, the response includes a
pagination token named NextToken.
|
String |
toString()
Returns a string representation of this object.
|
ListTimeSeriesDataPointsResult |
withItems(Collection<TimeSeriesDataPointSummaryFormOutput> items)
The results of the ListTimeSeriesDataPoints action.
|
ListTimeSeriesDataPointsResult |
withItems(TimeSeriesDataPointSummaryFormOutput... items)
The results of the ListTimeSeriesDataPoints action.
|
ListTimeSeriesDataPointsResult |
withNextToken(String nextToken)
When the number of data points 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 data points, the response includes a
pagination token named NextToken.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TimeSeriesDataPointSummaryFormOutput> getItems()
The results of the ListTimeSeriesDataPoints action.
public void setItems(Collection<TimeSeriesDataPointSummaryFormOutput> items)
The results of the ListTimeSeriesDataPoints action.
items
- The results of the ListTimeSeriesDataPoints action.public ListTimeSeriesDataPointsResult withItems(TimeSeriesDataPointSummaryFormOutput... items)
The results of the ListTimeSeriesDataPoints 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 ListTimeSeriesDataPoints action.public ListTimeSeriesDataPointsResult withItems(Collection<TimeSeriesDataPointSummaryFormOutput> items)
The results of the ListTimeSeriesDataPoints action.
items
- The results of the ListTimeSeriesDataPoints action.public void setNextToken(String nextToken)
When the number of data points 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 data points, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.
nextToken
- When the number of data points 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 data points, the response
includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to
ListTimeSeriesDataPoints to list the next set of data points.public String getNextToken()
When the number of data points 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 data points, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.
public ListTimeSeriesDataPointsResult withNextToken(String nextToken)
When the number of data points 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 data points, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.
nextToken
- When the number of data points 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 data points, the response
includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to
ListTimeSeriesDataPoints to list the next set of data points.public String toString()
toString
in class Object
Object.toString()
public ListTimeSeriesDataPointsResult clone()