@Generated(value="software.amazon.awssdk:codegen") public final class PerformanceInsightsStat extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PerformanceInsightsStat.Builder,PerformanceInsightsStat>
A statistic in a Performance Insights collection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PerformanceInsightsStat.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PerformanceInsightsStat.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PerformanceInsightsStat.Builder> |
serializableBuilderClass() |
PerformanceInsightsStat.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The statistic type.
|
Double |
value()
The value of the statistic.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String type()
The statistic type.
public final Double value()
The value of the statistic.
public PerformanceInsightsStat.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PerformanceInsightsStat.Builder,PerformanceInsightsStat>public static PerformanceInsightsStat.Builder builder()
public static Class<? extends PerformanceInsightsStat.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.