|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cloudwatch.model.DisableAlarmActionsRequest
public class DisableAlarmActionsRequest
Container for the parameters to the DisableAlarmActions operation
.
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.
AmazonCloudWatch.disableAlarmActions(DisableAlarmActionsRequest)
Constructor Summary | |
---|---|
DisableAlarmActionsRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getAlarmNames()
The names of the alarms to disable actions for. |
int |
hashCode()
|
void |
setAlarmNames(Collection<String> alarmNames)
The names of the alarms to disable actions for. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DisableAlarmActionsRequest |
withAlarmNames(Collection<String> alarmNames)
The names of the alarms to disable actions for. |
DisableAlarmActionsRequest |
withAlarmNames(String... alarmNames)
The names of the alarms to disable actions for. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DisableAlarmActionsRequest()
Method Detail |
---|
public List<String> getAlarmNames()
Constraints:
Length: 0 - 100
public void setAlarmNames(Collection<String> alarmNames)
Constraints:
Length: 0 - 100
alarmNames
- The names of the alarms to disable actions for.public DisableAlarmActionsRequest withAlarmNames(String... alarmNames)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 100
alarmNames
- The names of the alarms to disable actions for.
public DisableAlarmActionsRequest withAlarmNames(Collection<String> alarmNames)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 100
alarmNames
- The names of the alarms to disable actions for.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |