@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTimeSeriesServiceStatisticsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTimeSeriesServiceStatisticsResult() |
Modifier and Type | Method and Description |
---|---|
GetTimeSeriesServiceStatisticsResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getContainsOldGroupVersions()
A flag indicating whether or not a group's filter expression has been consistent, or if a returned aggregation
might show statistics from an older version of the group's filter expression.
|
String |
getNextToken()
Pagination token.
|
List<TimeSeriesServiceStatistics> |
getTimeSeriesServiceStatistics()
The collection of statistics.
|
int |
hashCode() |
Boolean |
isContainsOldGroupVersions()
A flag indicating whether or not a group's filter expression has been consistent, or if a returned aggregation
might show statistics from an older version of the group's filter expression.
|
void |
setContainsOldGroupVersions(Boolean containsOldGroupVersions)
A flag indicating whether or not a group's filter expression has been consistent, or if a returned aggregation
might show statistics from an older version of the group's filter expression.
|
void |
setNextToken(String nextToken)
Pagination token.
|
void |
setTimeSeriesServiceStatistics(Collection<TimeSeriesServiceStatistics> timeSeriesServiceStatistics)
The collection of statistics.
|
String |
toString()
Returns a string representation of this object.
|
GetTimeSeriesServiceStatisticsResult |
withContainsOldGroupVersions(Boolean containsOldGroupVersions)
A flag indicating whether or not a group's filter expression has been consistent, or if a returned aggregation
might show statistics from an older version of the group's filter expression.
|
GetTimeSeriesServiceStatisticsResult |
withNextToken(String nextToken)
Pagination token.
|
GetTimeSeriesServiceStatisticsResult |
withTimeSeriesServiceStatistics(Collection<TimeSeriesServiceStatistics> timeSeriesServiceStatistics)
The collection of statistics.
|
GetTimeSeriesServiceStatisticsResult |
withTimeSeriesServiceStatistics(TimeSeriesServiceStatistics... timeSeriesServiceStatistics)
The collection of statistics.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetTimeSeriesServiceStatisticsResult()
public List<TimeSeriesServiceStatistics> getTimeSeriesServiceStatistics()
The collection of statistics.
public void setTimeSeriesServiceStatistics(Collection<TimeSeriesServiceStatistics> timeSeriesServiceStatistics)
The collection of statistics.
timeSeriesServiceStatistics
- The collection of statistics.public GetTimeSeriesServiceStatisticsResult withTimeSeriesServiceStatistics(TimeSeriesServiceStatistics... timeSeriesServiceStatistics)
The collection of statistics.
NOTE: This method appends the values to the existing list (if any). Use
setTimeSeriesServiceStatistics(java.util.Collection)
or
withTimeSeriesServiceStatistics(java.util.Collection)
if you want to override the existing values.
timeSeriesServiceStatistics
- The collection of statistics.public GetTimeSeriesServiceStatisticsResult withTimeSeriesServiceStatistics(Collection<TimeSeriesServiceStatistics> timeSeriesServiceStatistics)
The collection of statistics.
timeSeriesServiceStatistics
- The collection of statistics.public void setContainsOldGroupVersions(Boolean containsOldGroupVersions)
A flag indicating whether or not a group's filter expression has been consistent, or if a returned aggregation might show statistics from an older version of the group's filter expression.
containsOldGroupVersions
- A flag indicating whether or not a group's filter expression has been consistent, or if a returned
aggregation might show statistics from an older version of the group's filter expression.public Boolean getContainsOldGroupVersions()
A flag indicating whether or not a group's filter expression has been consistent, or if a returned aggregation might show statistics from an older version of the group's filter expression.
public GetTimeSeriesServiceStatisticsResult withContainsOldGroupVersions(Boolean containsOldGroupVersions)
A flag indicating whether or not a group's filter expression has been consistent, or if a returned aggregation might show statistics from an older version of the group's filter expression.
containsOldGroupVersions
- A flag indicating whether or not a group's filter expression has been consistent, or if a returned
aggregation might show statistics from an older version of the group's filter expression.public Boolean isContainsOldGroupVersions()
A flag indicating whether or not a group's filter expression has been consistent, or if a returned aggregation might show statistics from an older version of the group's filter expression.
public void setNextToken(String nextToken)
Pagination token.
nextToken
- Pagination token.public String getNextToken()
Pagination token.
public GetTimeSeriesServiceStatisticsResult withNextToken(String nextToken)
Pagination token.
nextToken
- Pagination token.public String toString()
toString
in class Object
Object.toString()
public GetTimeSeriesServiceStatisticsResult clone()