Class Data
java.lang.Object
software.amazon.awssdk.services.pi.model.Data
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Data.Builder,Data>
@Generated("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.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Data.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()This field determines the Performance Insights metric to render for the insight.static Class<? extends Data.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
performanceInsightsMetric
This field determines the Performance Insights metric to render for the insight. The
namefield refers to a Performance Insights metric.- Returns:
- This field determines the Performance Insights metric to render for the insight. The
namefield refers to a Performance Insights metric.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<Data.Builder,Data>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-