@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAlarmsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteAlarmsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteAlarmsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAlarmNames()
The alarms to be deleted.
|
int |
hashCode() |
void |
setAlarmNames(Collection<String> alarmNames)
The alarms to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAlarmsRequest |
withAlarmNames(Collection<String> alarmNames)
The alarms to be deleted.
|
DeleteAlarmsRequest |
withAlarmNames(String... alarmNames)
The alarms to be deleted.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getAlarmNames()
The alarms to be deleted. Do not enclose the alarm names in quote marks.
public void setAlarmNames(Collection<String> alarmNames)
The alarms to be deleted. Do not enclose the alarm names in quote marks.
alarmNames - The alarms to be deleted. Do not enclose the alarm names in quote marks.public DeleteAlarmsRequest withAlarmNames(String... alarmNames)
The alarms to be deleted. Do not enclose the alarm names in quote marks.
NOTE: This method appends the values to the existing list (if any). Use
setAlarmNames(java.util.Collection) or withAlarmNames(java.util.Collection) if you want to
override the existing values.
alarmNames - The alarms to be deleted. Do not enclose the alarm names in quote marks.public DeleteAlarmsRequest withAlarmNames(Collection<String> alarmNames)
The alarms to be deleted. Do not enclose the alarm names in quote marks.
alarmNames - The alarms to be deleted. Do not enclose the alarm names in quote marks.public String toString()
toString in class ObjectObject.toString()public DeleteAlarmsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()