@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CurrentPerformanceRiskRatings extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
CurrentPerformanceRiskRatings() |
Modifier and Type | Method and Description |
---|---|
CurrentPerformanceRiskRatings |
clone() |
boolean |
equals(Object obj) |
Long |
getHigh()
A count of the applicable resource types with a high performance risk rating.
|
Long |
getLow()
A count of the applicable resource types with a low performance risk rating.
|
Long |
getMedium()
A count of the applicable resource types with a medium performance risk rating.
|
Long |
getVeryLow()
A count of the applicable resource types with a very low performance risk rating.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHigh(Long high)
A count of the applicable resource types with a high performance risk rating.
|
void |
setLow(Long low)
A count of the applicable resource types with a low performance risk rating.
|
void |
setMedium(Long medium)
A count of the applicable resource types with a medium performance risk rating.
|
void |
setVeryLow(Long veryLow)
A count of the applicable resource types with a very low performance risk rating.
|
String |
toString()
Returns a string representation of this object.
|
CurrentPerformanceRiskRatings |
withHigh(Long high)
A count of the applicable resource types with a high performance risk rating.
|
CurrentPerformanceRiskRatings |
withLow(Long low)
A count of the applicable resource types with a low performance risk rating.
|
CurrentPerformanceRiskRatings |
withMedium(Long medium)
A count of the applicable resource types with a medium performance risk rating.
|
CurrentPerformanceRiskRatings |
withVeryLow(Long veryLow)
A count of the applicable resource types with a very low performance risk rating.
|
public void setHigh(Long high)
A count of the applicable resource types with a high performance risk rating.
high
- A count of the applicable resource types with a high performance risk rating.public Long getHigh()
A count of the applicable resource types with a high performance risk rating.
public CurrentPerformanceRiskRatings withHigh(Long high)
A count of the applicable resource types with a high performance risk rating.
high
- A count of the applicable resource types with a high performance risk rating.public void setMedium(Long medium)
A count of the applicable resource types with a medium performance risk rating.
medium
- A count of the applicable resource types with a medium performance risk rating.public Long getMedium()
A count of the applicable resource types with a medium performance risk rating.
public CurrentPerformanceRiskRatings withMedium(Long medium)
A count of the applicable resource types with a medium performance risk rating.
medium
- A count of the applicable resource types with a medium performance risk rating.public void setLow(Long low)
A count of the applicable resource types with a low performance risk rating.
low
- A count of the applicable resource types with a low performance risk rating.public Long getLow()
A count of the applicable resource types with a low performance risk rating.
public CurrentPerformanceRiskRatings withLow(Long low)
A count of the applicable resource types with a low performance risk rating.
low
- A count of the applicable resource types with a low performance risk rating.public void setVeryLow(Long veryLow)
A count of the applicable resource types with a very low performance risk rating.
veryLow
- A count of the applicable resource types with a very low performance risk rating.public Long getVeryLow()
A count of the applicable resource types with a very low performance risk rating.
public CurrentPerformanceRiskRatings withVeryLow(Long veryLow)
A count of the applicable resource types with a very low performance risk rating.
veryLow
- A count of the applicable resource types with a very low performance risk rating.public String toString()
toString
in class Object
Object.toString()
public CurrentPerformanceRiskRatings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.