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