@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionThreshold extends Object implements Serializable, Cloneable, StructuredPojo
The trigger threshold of the action.
| Constructor and Description |
|---|
ActionThreshold() |
| Modifier and Type | Method and Description |
|---|---|
ActionThreshold |
clone() |
boolean |
equals(Object obj) |
String |
getActionThresholdType() |
Double |
getActionThresholdValue() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setActionThresholdType(String actionThresholdType) |
void |
setActionThresholdValue(Double actionThresholdValue) |
String |
toString()
Returns a string representation of this object.
|
ActionThreshold |
withActionThresholdType(String actionThresholdType) |
ActionThreshold |
withActionThresholdType(ThresholdType actionThresholdType) |
ActionThreshold |
withActionThresholdValue(Double actionThresholdValue) |
public void setActionThresholdValue(Double actionThresholdValue)
actionThresholdValue - public Double getActionThresholdValue()
public ActionThreshold withActionThresholdValue(Double actionThresholdValue)
actionThresholdValue - public void setActionThresholdType(String actionThresholdType)
actionThresholdType - ThresholdTypepublic String getActionThresholdType()
ThresholdTypepublic ActionThreshold withActionThresholdType(String actionThresholdType)
actionThresholdType - ThresholdTypepublic ActionThreshold withActionThresholdType(ThresholdType actionThresholdType)
actionThresholdType - ThresholdTypepublic String toString()
toString in class ObjectObject.toString()public ActionThreshold clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.