@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MonitoringAlertActions extends Object implements Serializable, Cloneable, StructuredPojo
A list of alert actions taken in response to an alert going into InAlert status.
| Constructor and Description |
|---|
MonitoringAlertActions() |
| Modifier and Type | Method and Description |
|---|---|
MonitoringAlertActions |
clone() |
boolean |
equals(Object obj) |
ModelDashboardIndicatorAction |
getModelDashboardIndicator()
An alert action taken to light up an icon on the Model Dashboard when an alert goes into
InAlert
status. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setModelDashboardIndicator(ModelDashboardIndicatorAction modelDashboardIndicator)
An alert action taken to light up an icon on the Model Dashboard when an alert goes into
InAlert
status. |
String |
toString()
Returns a string representation of this object.
|
MonitoringAlertActions |
withModelDashboardIndicator(ModelDashboardIndicatorAction modelDashboardIndicator)
An alert action taken to light up an icon on the Model Dashboard when an alert goes into
InAlert
status. |
public void setModelDashboardIndicator(ModelDashboardIndicatorAction modelDashboardIndicator)
An alert action taken to light up an icon on the Model Dashboard when an alert goes into InAlert
status.
modelDashboardIndicator - An alert action taken to light up an icon on the Model Dashboard when an alert goes into
InAlert status.public ModelDashboardIndicatorAction getModelDashboardIndicator()
An alert action taken to light up an icon on the Model Dashboard when an alert goes into InAlert
status.
InAlert status.public MonitoringAlertActions withModelDashboardIndicator(ModelDashboardIndicatorAction modelDashboardIndicator)
An alert action taken to light up an icon on the Model Dashboard when an alert goes into InAlert
status.
modelDashboardIndicator - An alert action taken to light up an icon on the Model Dashboard when an alert goes into
InAlert status.public String toString()
toString in class ObjectObject.toString()public MonitoringAlertActions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.