@Generated(value="software.amazon.awssdk:codegen") public final class Data extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Data.Builder,Data>
List of data objects which provide details about source metrics. This field can be used to determine the PI metric to render for the insight. This data type also includes static values for the metrics for the Insight that were calculated and included in text and annotations on the DB load chart.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Data.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Data.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PerformanceInsightsMetric |
performanceInsightsMetric()
This field determines the Performance Insights metric to render for the insight.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Data.Builder> |
serializableBuilderClass() |
Data.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PerformanceInsightsMetric performanceInsightsMetric()
This field determines the Performance Insights metric to render for the insight. The name field
refers to a Performance Insights metric.
name
field refers to a Performance Insights metric.public Data.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Data.Builder,Data>public static Data.Builder builder()
public static Class<? extends Data.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.