Class StatisticSet
- java.lang.Object
-
- software.amazon.awssdk.services.mwaa.model.StatisticSet
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StatisticSet.Builder,StatisticSet>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStatisticSet.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StatisticSet.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Doublemaximum()Internal only.Doubleminimum()Internal only.IntegersampleCount()Internal only.List<SdkField<?>>sdkFields()static Class<? extends StatisticSet.Builder>serializableBuilderClass()Doublesum()Internal only.StatisticSet.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
-
maximum
public final Double maximum()
Internal only. The maximum value of the sample set.
- Returns:
- Internal only. The maximum value of the sample set.
-
minimum
public final Double minimum()
Internal only. The minimum value of the sample set.
- Returns:
- Internal only. The minimum value of the sample set.
-
sampleCount
public final Integer sampleCount()
Internal only. The number of samples used for the statistic set.
- Returns:
- Internal only. The number of samples used for the statistic set.
-
sum
public final Double sum()
Internal only. The sum of values for the sample set.
- Returns:
- Internal only. The sum of values for the sample set.
-
toBuilder
public StatisticSet.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StatisticSet.Builder,StatisticSet>
-
builder
public static StatisticSet.Builder builder()
-
serializableBuilderClass
public static Class<? extends StatisticSet.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.
-
-