Class MetricQueryValue
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.MetricQueryValue
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MetricQueryValue.Builder,MetricQueryValue>
@Generated("software.amazon.awssdk:codegen") public final class MetricQueryValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MetricQueryValue.Builder,MetricQueryValue>
The aggregated values of the metric.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMetricQueryValue.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Doubleavg()The average of the values of all data points collected during the aggregation period.static MetricQueryValue.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Doublemax()The maximum of the values of all the data points collected during the aggregation period.Doublemin()The minimum of the values of all data points collected during the aggregation period.Doublep90()The 90th percentile of the values of all data points collected during the aggregation period.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends MetricQueryValue.Builder>serializableBuilderClass()Doublestd()The standard deviation of the values of all data points collected during the aggregation period.Doublesum()The sum of the values of all data points collected during the aggregation period.MetricQueryValue.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
min
public final Double min()
The minimum of the values of all data points collected during the aggregation period.
- Returns:
- The minimum of the values of all data points collected during the aggregation period.
-
max
public final Double max()
The maximum of the values of all the data points collected during the aggregation period.
- Returns:
- The maximum of the values of all the data points collected during the aggregation period.
-
sum
public final Double sum()
The sum of the values of all data points collected during the aggregation period.
- Returns:
- The sum of the values of all data points collected during the aggregation period.
-
avg
public final Double avg()
The average of the values of all data points collected during the aggregation period.
- Returns:
- The average of the values of all data points collected during the aggregation period.
-
std
public final Double std()
The standard deviation of the values of all data points collected during the aggregation period.
- Returns:
- The standard deviation of the values of all data points collected during the aggregation period.
-
p90
public final Double p90()
The 90th percentile of the values of all data points collected during the aggregation period.
- Returns:
- The 90th percentile of the values of all data points collected during the aggregation period.
-
toBuilder
public MetricQueryValue.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MetricQueryValue.Builder,MetricQueryValue>
-
builder
public static MetricQueryValue.Builder builder()
-
serializableBuilderClass
public static Class<? extends MetricQueryValue.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-