|
|||||||
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.DeleteAlarmsRequest
public class DeleteAlarmsRequest
Container for the parameters to the DeleteAlarms operation
.
Deletes all specified alarms. In the event of an error, no alarms are deleted.
AmazonCloudWatch.deleteAlarms(DeleteAlarmsRequest)
Constructor Summary | |
---|---|
DeleteAlarmsRequest()
|
Method Summary | |
---|---|
List<String> |
getAlarmNames()
A list of alarms to be deleted. |
void |
setAlarmNames(Collection<String> alarmNames)
A list of alarms to be deleted. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteAlarmsRequest |
withAlarmNames(Collection<String> alarmNames)
A list of alarms to be deleted. |
DeleteAlarmsRequest |
withAlarmNames(String... alarmNames)
A list of alarms to be deleted. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteAlarmsRequest()
Method Detail |
---|
public List<String> getAlarmNames()
Constraints:
Length: 0 - 100
public void setAlarmNames(Collection<String> alarmNames)
Constraints:
Length: 0 - 100
alarmNames
- A list of alarms to be deleted.public DeleteAlarmsRequest withAlarmNames(String... alarmNames)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 100
alarmNames
- A list of alarms to be deleted.
public DeleteAlarmsRequest withAlarmNames(Collection<String> alarmNames)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 100
alarmNames
- A list of alarms to be deleted.
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 |