@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDisableAlarmRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchDisableAlarmRequest() |
Modifier and Type | Method and Description |
---|---|
BatchDisableAlarmRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<DisableAlarmActionRequest> |
getDisableActionRequests()
The list of disable action requests.
|
int |
hashCode() |
void |
setDisableActionRequests(Collection<DisableAlarmActionRequest> disableActionRequests)
The list of disable action requests.
|
String |
toString()
Returns a string representation of this object.
|
BatchDisableAlarmRequest |
withDisableActionRequests(Collection<DisableAlarmActionRequest> disableActionRequests)
The list of disable action requests.
|
BatchDisableAlarmRequest |
withDisableActionRequests(DisableAlarmActionRequest... disableActionRequests)
The list of disable action requests.
|
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, withSdkRequestTimeout
public List<DisableAlarmActionRequest> getDisableActionRequests()
The list of disable action requests. You can specify up to 10 requests per operation.
public void setDisableActionRequests(Collection<DisableAlarmActionRequest> disableActionRequests)
The list of disable action requests. You can specify up to 10 requests per operation.
disableActionRequests
- The list of disable action requests. You can specify up to 10 requests per operation.public BatchDisableAlarmRequest withDisableActionRequests(DisableAlarmActionRequest... disableActionRequests)
The list of disable action requests. You can specify up to 10 requests per operation.
NOTE: This method appends the values to the existing list (if any). Use
setDisableActionRequests(java.util.Collection)
or
withDisableActionRequests(java.util.Collection)
if you want to override the existing values.
disableActionRequests
- The list of disable action requests. You can specify up to 10 requests per operation.public BatchDisableAlarmRequest withDisableActionRequests(Collection<DisableAlarmActionRequest> disableActionRequests)
The list of disable action requests. You can specify up to 10 requests per operation.
disableActionRequests
- The list of disable action requests. You can specify up to 10 requests per operation.public String toString()
toString
in class Object
Object.toString()
public BatchDisableAlarmRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()