@Generated(value="software.amazon.awssdk:codegen") public final class StatisticSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StatisticSet.Builder,StatisticSet>
Internal only. Represents a set of statistics that describe a specific metric. To learn more about the metrics published to Amazon CloudWatch, see Amazon MWAA performance metrics in Amazon CloudWatch.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StatisticSet.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StatisticSet.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
maximum()
Internal only.
|
Double |
minimum()
Internal only.
|
Integer |
sampleCount()
Internal only.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StatisticSet.Builder> |
serializableBuilderClass() |
Double |
sum()
Internal only.
|
StatisticSet.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double maximum()
Internal only. The maximum value of the sample set.
public final Double minimum()
Internal only. The minimum value of the sample set.
public final Integer sampleCount()
Internal only. The number of samples used for the statistic set.
public final Double sum()
Internal only. The sum of values for the sample set.
public StatisticSet.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StatisticSet.Builder,StatisticSet>public static StatisticSet.Builder builder()
public static Class<? extends StatisticSet.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.