public class DeleteAlarmsRequest extends AmazonWebServiceRequest implements Serializable
DeleteAlarms operation.
Deletes all specified alarms. In the event of an error, no alarms are deleted.
| Constructor and Description |
|---|
DeleteAlarmsRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic 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 ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.