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