@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
- ThresholdType
public String getActionThresholdType()
ThresholdType
public ActionThreshold withActionThresholdType(String actionThresholdType)
actionThresholdType
- ThresholdType
public ActionThreshold withActionThresholdType(ThresholdType actionThresholdType)
actionThresholdType
- ThresholdType
public String toString()
toString
in class Object
Object.toString()
public ActionThreshold clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.