Class CurrentPerformanceRiskRatings
- java.lang.Object
-
- software.amazon.awssdk.services.computeoptimizer.model.CurrentPerformanceRiskRatings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CurrentPerformanceRiskRatings.Builder,CurrentPerformanceRiskRatings>
@Generated("software.amazon.awssdk:codegen") public final class CurrentPerformanceRiskRatings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CurrentPerformanceRiskRatings.Builder,CurrentPerformanceRiskRatings>
Describes the performance risk ratings for a given resource type.
Resources with a
highormediumrating are at risk of not meeting the performance needs of their workloads, while resources with alowrating are performing well in their workloads.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCurrentPerformanceRiskRatings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CurrentPerformanceRiskRatings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Longhigh()A count of the applicable resource types with a high performance risk rating.Longlow()A count of the applicable resource types with a low performance risk rating.Longmedium()A count of the applicable resource types with a medium performance risk rating.List<SdkField<?>>sdkFields()static Class<? extends CurrentPerformanceRiskRatings.Builder>serializableBuilderClass()CurrentPerformanceRiskRatings.BuildertoBuilder()StringtoString()Returns a string representation of this object.LongveryLow()A count of the applicable resource types with a very low performance risk rating.-
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
-
high
public final Long high()
A count of the applicable resource types with a high performance risk rating.
- Returns:
- A count of the applicable resource types with a high performance risk rating.
-
medium
public final Long medium()
A count of the applicable resource types with a medium performance risk rating.
- Returns:
- A count of the applicable resource types with a medium performance risk rating.
-
low
public final Long low()
A count of the applicable resource types with a low performance risk rating.
- Returns:
- A count of the applicable resource types with a low performance risk rating.
-
veryLow
public final Long veryLow()
A count of the applicable resource types with a very low performance risk rating.
- Returns:
- A count of the applicable resource types with a very low performance risk rating.
-
toBuilder
public CurrentPerformanceRiskRatings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CurrentPerformanceRiskRatings.Builder,CurrentPerformanceRiskRatings>
-
builder
public static CurrentPerformanceRiskRatings.Builder builder()
-
serializableBuilderClass
public static Class<? extends CurrentPerformanceRiskRatings.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.
-
-