public class DisableAlarmActionsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Disables actions for the specified alarms. When an alarm's actions are disabled the alarm's state may change, but none of the alarm's actions will execute.
| Constructor and Description |
|---|
DisableAlarmActionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAlarmNames()
The names of the alarms to disable actions for.
|
int |
hashCode() |
void |
setAlarmNames(java.util.Collection<java.lang.String> alarmNames)
The names of the alarms to disable actions for.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisableAlarmActionsRequest |
withAlarmNames(java.util.Collection<java.lang.String> alarmNames)
The names of the alarms to disable actions for.
|
DisableAlarmActionsRequest |
withAlarmNames(java.lang.String... alarmNames)
The names of the alarms to disable actions for.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.util.List<java.lang.String> getAlarmNames()
The names of the alarms to disable actions for.
The names of the alarms to disable actions for.
public void setAlarmNames(java.util.Collection<java.lang.String> alarmNames)
The names of the alarms to disable actions for.
alarmNames - The names of the alarms to disable actions for.
public DisableAlarmActionsRequest withAlarmNames(java.lang.String... alarmNames)
The names of the alarms to disable actions for.
Returns a reference to this object so that method calls can be chained together.
alarmNames - The names of the alarms to disable actions for.
public DisableAlarmActionsRequest withAlarmNames(java.util.Collection<java.lang.String> alarmNames)
The names of the alarms to disable actions for.
Returns a reference to this object so that method calls can be chained together.
alarmNames - The names of the alarms to disable actions for.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.