@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomizableMetricParameters extends Object implements Serializable, Cloneable, StructuredPojo
Defines the various metric parameters that can be customized, such as threshold and headroom.
| Constructor and Description |
|---|
CustomizableMetricParameters() |
| Modifier and Type | Method and Description |
|---|---|
CustomizableMetricParameters |
clone() |
boolean |
equals(Object obj) |
String |
getHeadroom()
The headroom threshold value in percentage used for the specified metric parameter.
|
String |
getThreshold()
The threshold value used for the specified metric parameter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setHeadroom(String headroom)
The headroom threshold value in percentage used for the specified metric parameter.
|
void |
setThreshold(String threshold)
The threshold value used for the specified metric parameter.
|
String |
toString()
Returns a string representation of this object.
|
CustomizableMetricParameters |
withHeadroom(CustomizableMetricHeadroom headroom)
The headroom threshold value in percentage used for the specified metric parameter.
|
CustomizableMetricParameters |
withHeadroom(String headroom)
The headroom threshold value in percentage used for the specified metric parameter.
|
CustomizableMetricParameters |
withThreshold(CustomizableMetricThreshold threshold)
The threshold value used for the specified metric parameter.
|
CustomizableMetricParameters |
withThreshold(String threshold)
The threshold value used for the specified metric parameter.
|
public void setThreshold(String threshold)
The threshold value used for the specified metric parameter.
threshold - The threshold value used for the specified metric parameter.CustomizableMetricThresholdpublic String getThreshold()
The threshold value used for the specified metric parameter.
CustomizableMetricThresholdpublic CustomizableMetricParameters withThreshold(String threshold)
The threshold value used for the specified metric parameter.
threshold - The threshold value used for the specified metric parameter.CustomizableMetricThresholdpublic CustomizableMetricParameters withThreshold(CustomizableMetricThreshold threshold)
The threshold value used for the specified metric parameter.
threshold - The threshold value used for the specified metric parameter.CustomizableMetricThresholdpublic void setHeadroom(String headroom)
The headroom threshold value in percentage used for the specified metric parameter.
headroom - The headroom threshold value in percentage used for the specified metric parameter.CustomizableMetricHeadroompublic String getHeadroom()
The headroom threshold value in percentage used for the specified metric parameter.
CustomizableMetricHeadroompublic CustomizableMetricParameters withHeadroom(String headroom)
The headroom threshold value in percentage used for the specified metric parameter.
headroom - The headroom threshold value in percentage used for the specified metric parameter.CustomizableMetricHeadroompublic CustomizableMetricParameters withHeadroom(CustomizableMetricHeadroom headroom)
The headroom threshold value in percentage used for the specified metric parameter.
headroom - The headroom threshold value in percentage used for the specified metric parameter.CustomizableMetricHeadroompublic String toString()
toString in class ObjectObject.toString()public CustomizableMetricParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.