|
Did this page help you?Yes No Tell us about it... |
||||||
| 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.EnableAlarmActionsRequest
public class EnableAlarmActionsRequest
Container for the parameters to the EnableAlarmActions operation.
Enables actions for the specified alarms.
AmazonCloudWatch.enableAlarmActions(EnableAlarmActionsRequest),
Serialized Form| Constructor Summary | |
|---|---|
EnableAlarmActionsRequest()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EnableAlarmActionsRequest()
| Method Detail |
|---|
public java.util.List<java.lang.String> getAlarmNames()
Constraints:
Length: 0 - 100
public void setAlarmNames(java.util.Collection<java.lang.String> alarmNames)
Constraints:
Length: 0 - 100
alarmNames - The names of the alarms to enable actions for.public EnableAlarmActionsRequest withAlarmNames(java.lang.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 enable actions for.
public EnableAlarmActionsRequest withAlarmNames(java.util.Collection<java.lang.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 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.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||