public class EnableAlarmActionsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Enables actions for the specified alarms.
| Constructor and Description |
|---|
EnableAlarmActionsRequest() |
| 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 enable actions for.
|
int |
hashCode() |
void |
setAlarmNames(java.util.Collection<java.lang.String> alarmNames)
The names of the alarms to enable actions for.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EnableAlarmActionsRequest |
withAlarmNames(java.util.Collection<java.lang.String> alarmNames)
The names of the alarms to enable actions for.
|
EnableAlarmActionsRequest |
withAlarmNames(java.lang.String... alarmNames)
The names of the alarms to enable 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 enable actions for.
The names of the alarms to enable actions for.
public void setAlarmNames(java.util.Collection<java.lang.String> alarmNames)
The names of the alarms to enable actions for.
alarmNames - The names of the alarms to enable actions for.
public EnableAlarmActionsRequest withAlarmNames(java.lang.String... alarmNames)
The names of the alarms to enable actions for.
Returns a reference to this object so that method calls can be chained together.
alarmNames - The names of the alarms to enable actions for.
public EnableAlarmActionsRequest withAlarmNames(java.util.Collection<java.lang.String> alarmNames)
The names of the alarms to enable actions for.
Returns a reference to this object so that method calls can be chained together.
alarmNames - The names of the alarms to enable 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.