@Generated(value="software.amazon.awssdk:codegen") public final class TimeSeriesServiceStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimeSeriesServiceStatistics.Builder,TimeSeriesServiceStatistics>
A list of TimeSeriesStatistic structures.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TimeSeriesServiceStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TimeSeriesServiceStatistics.Builder |
builder() |
EdgeStatistics |
edgeSummaryStatistics()
Returns the value of the EdgeSummaryStatistics property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasResponseTimeHistogram()
Returns true if the ResponseTimeHistogram property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<HistogramEntry> |
responseTimeHistogram()
The response time histogram for the selected entities.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TimeSeriesServiceStatistics.Builder> |
serializableBuilderClass() |
ForecastStatistics |
serviceForecastStatistics()
The forecasted high and low fault count values.
|
ServiceStatistics |
serviceSummaryStatistics()
Returns the value of the ServiceSummaryStatistics property for this object.
|
Instant |
timestamp()
Timestamp of the window for which statistics are aggregated.
|
TimeSeriesServiceStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant timestamp()
Timestamp of the window for which statistics are aggregated.
public final EdgeStatistics edgeSummaryStatistics()
public final ServiceStatistics serviceSummaryStatistics()
public final ForecastStatistics serviceForecastStatistics()
The forecasted high and low fault count values.
public final boolean hasResponseTimeHistogram()
public final List<HistogramEntry> responseTimeHistogram()
The response time histogram for the selected entities.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasResponseTimeHistogram() to see if a value was sent in this field.
public TimeSeriesServiceStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TimeSeriesServiceStatistics.Builder,TimeSeriesServiceStatistics>public static TimeSeriesServiceStatistics.Builder builder()
public static Class<? extends TimeSeriesServiceStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.