public class EnableAlarmActionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
EnableAlarmActionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
EnableAlarmActionsRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getAlarmNames()
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.
NOTE: This method appends the values to the existing list (if
any). Use setAlarmNames(java.util.Collection) or
withAlarmNames(java.util.Collection) if you want to override the
existing values.
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.
alarmNames - The names of the alarms to enable actions for.public String toString()
toString in class ObjectObject.toString()public EnableAlarmActionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.