@Generated(value="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 high or medium rating are at risk of not meeting the performance needs of
their workloads, while resources with a low rating are performing well in their workloads.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CurrentPerformanceRiskRatings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CurrentPerformanceRiskRatings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
high()
A count of the applicable resource types with a high performance risk rating.
|
Long |
low()
A count of the applicable resource types with a low performance risk rating.
|
Long |
medium()
A count of the applicable resource types with a medium performance risk rating.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CurrentPerformanceRiskRatings.Builder> |
serializableBuilderClass() |
CurrentPerformanceRiskRatings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
veryLow()
A count of the applicable resource types with a very low performance risk rating.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long high()
A count of the applicable resource types with a high performance risk rating.
public final Long medium()
A count of the applicable resource types with a medium performance risk rating.
public final Long low()
A count of the applicable resource types with a low performance risk rating.
public final Long veryLow()
A count of the applicable resource types with a very low performance risk rating.
public CurrentPerformanceRiskRatings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CurrentPerformanceRiskRatings.Builder,CurrentPerformanceRiskRatings>public static CurrentPerformanceRiskRatings.Builder builder()
public static Class<? extends CurrentPerformanceRiskRatings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.