public class EnableAlarmActionsRequest extends AmazonWebServiceRequest implements Serializable
Enables actions for the specified alarms.
Constructor and Description |
---|
EnableAlarmActionsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getAlarmNames()
The names of the alarms to enable actions for.
|
int |
hashCode() |
void |
setAlarmNames(Collection<String> alarmNames)
The names of the alarms to enable actions for.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EnableAlarmActionsRequest |
withAlarmNames(Collection<String> alarmNames)
The names of the alarms to enable actions for.
|
EnableAlarmActionsRequest |
withAlarmNames(String... alarmNames)
The names of the alarms to enable actions for.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public List<String> getAlarmNames()
The names of the alarms to enable actions for.
The names of the alarms to enable actions for.
public void setAlarmNames(Collection<String> alarmNames)
The names of the alarms to enable actions for.
alarmNames
- The names of the alarms to enable actions for.
public EnableAlarmActionsRequest withAlarmNames(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(Collection<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 String toString()
toString
in class Object
Object.toString()
Copyright © 2020. All rights reserved.