public class DisableAlarmActionsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
alarmNames
The names of the alarms to disable actions for.
|
NOOP
Constructor and Description |
---|
DisableAlarmActionsRequest() |
Modifier and Type | Method and Description |
---|---|
DisableAlarmActionsRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private SdkInternalList<java.lang.String> alarmNames
The names of the alarms to disable actions for.
public java.util.List<java.lang.String> getAlarmNames()
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.
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 disable actions for.public DisableAlarmActionsRequest withAlarmNames(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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DisableAlarmActionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()