@Generated(value="software.amazon.awssdk:codegen") public final class ReportGroupTrendStats extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReportGroupTrendStats.Builder,ReportGroupTrendStats>
Contains trend statistics for a set of reports. The actual values depend on the type of trend being collected. For more information, see .
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReportGroupTrendStats.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
average()
Contains the average of all values analyzed.
|
static ReportGroupTrendStats.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
max()
Contains the maximum value analyzed.
|
String |
min()
Contains the minimum value analyzed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReportGroupTrendStats.Builder> |
serializableBuilderClass() |
ReportGroupTrendStats.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String average()
Contains the average of all values analyzed.
public final String max()
Contains the maximum value analyzed.
public final String min()
Contains the minimum value analyzed.
public ReportGroupTrendStats.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReportGroupTrendStats.Builder,ReportGroupTrendStats>public static ReportGroupTrendStats.Builder builder()
public static Class<? extends ReportGroupTrendStats.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.