|
|||||||
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)
Constructor Summary | |
---|---|
EnableAlarmActionsRequest()
|
Method Summary | |
---|---|
List<String> |
getAlarmNames()
The names of the alarms to enable actions for. |
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EnableAlarmActionsRequest()
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 enable actions for.public EnableAlarmActionsRequest 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 enable actions for.
public EnableAlarmActionsRequest 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 enable actions for.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |