Class PerformanceInsightsReferenceData
- java.lang.Object
-
- software.amazon.awssdk.services.devopsguru.model.PerformanceInsightsReferenceData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PerformanceInsightsReferenceData.Builder,PerformanceInsightsReferenceData>
@Generated("software.amazon.awssdk:codegen") public final class PerformanceInsightsReferenceData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PerformanceInsightsReferenceData.Builder,PerformanceInsightsReferenceData>
Reference data used to evaluate Performance Insights to determine if its performance is anomalous or not.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePerformanceInsightsReferenceData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PerformanceInsightsReferenceData.Builderbuilder()PerformanceInsightsReferenceComparisonValuescomparisonValues()The specific reference values used to evaluate the Performance Insights.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the reference data.List<SdkField<?>>sdkFields()static Class<? extends PerformanceInsightsReferenceData.Builder>serializableBuilderClass()PerformanceInsightsReferenceData.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
-
name
public final String name()
The name of the reference data.
- Returns:
- The name of the reference data.
-
comparisonValues
public final PerformanceInsightsReferenceComparisonValues comparisonValues()
The specific reference values used to evaluate the Performance Insights. For more information, see
PerformanceInsightsReferenceComparisonValues.- Returns:
- The specific reference values used to evaluate the Performance Insights. For more information, see
PerformanceInsightsReferenceComparisonValues.
-
toBuilder
public PerformanceInsightsReferenceData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PerformanceInsightsReferenceData.Builder,PerformanceInsightsReferenceData>
-
builder
public static PerformanceInsightsReferenceData.Builder builder()
-
serializableBuilderClass
public static Class<? extends PerformanceInsightsReferenceData.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.
-
-