public class DeleteAlarmsRequest extends AmazonWebServiceRequest implements java.io.Serializable
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(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAlarmNames()
A list of alarms to be deleted.
|
int |
hashCode() |
void |
setAlarmNames(java.util.Collection<java.lang.String> alarmNames)
A list of alarms to be deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteAlarmsRequest |
withAlarmNames(java.util.Collection<java.lang.String> alarmNames)
A list of alarms to be deleted.
|
DeleteAlarmsRequest |
withAlarmNames(java.lang.String... alarmNames)
A list of alarms to be deleted.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.util.List<java.lang.String> getAlarmNames()
A list of alarms to be deleted.
A list of alarms to be deleted.
public void setAlarmNames(java.util.Collection<java.lang.String> alarmNames)
A list of alarms to be deleted.
alarmNames
- A list of alarms to be deleted.
public DeleteAlarmsRequest withAlarmNames(java.lang.String... alarmNames)
A list of alarms to be deleted.
Returns a reference to this object so that method calls can be chained together.
alarmNames
- A list of alarms to be deleted.
public DeleteAlarmsRequest withAlarmNames(java.util.Collection<java.lang.String> alarmNames)
A list of alarms to be deleted.
Returns a reference to this object so that method calls can be chained together.
alarmNames
- A list of alarms to be deleted.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.