|
|||||||
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 | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getAlarmNames()
A list of alarms to be deleted. |
int |
hashCode()
|
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, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, 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()
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 |