@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()
For responses, this returns true if the service returned a value for the ResponseTimeHistogram property.
|
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()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasResponseTimeHistogram() method.
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 © 2023. All rights reserved.