@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateDetectorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchUpdateDetectorRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateDetectorRequest |
clone() |
boolean |
equals(Object obj) |
List<UpdateDetectorRequest> |
getDetectors()
The list of detectors (instances) to be updated, along with the values to be updated.
|
int |
hashCode() |
void |
setDetectors(Collection<UpdateDetectorRequest> detectors)
The list of detectors (instances) to be updated, along with the values to be updated.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdateDetectorRequest |
withDetectors(Collection<UpdateDetectorRequest> detectors)
The list of detectors (instances) to be updated, along with the values to be updated.
|
BatchUpdateDetectorRequest |
withDetectors(UpdateDetectorRequest... detectors)
The list of detectors (instances) to be updated, along with the values to be updated.
|
addHandlerContext, copyBaseTo, 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<UpdateDetectorRequest> getDetectors()
The list of detectors (instances) to be updated, along with the values to be updated.
public void setDetectors(Collection<UpdateDetectorRequest> detectors)
The list of detectors (instances) to be updated, along with the values to be updated.
detectors - The list of detectors (instances) to be updated, along with the values to be updated.public BatchUpdateDetectorRequest withDetectors(UpdateDetectorRequest... detectors)
The list of detectors (instances) to be updated, along with the values to be updated.
NOTE: This method appends the values to the existing list (if any). Use
setDetectors(java.util.Collection) or withDetectors(java.util.Collection) if you want to
override the existing values.
detectors - The list of detectors (instances) to be updated, along with the values to be updated.public BatchUpdateDetectorRequest withDetectors(Collection<UpdateDetectorRequest> detectors)
The list of detectors (instances) to be updated, along with the values to be updated.
detectors - The list of detectors (instances) to be updated, along with the values to be updated.public String toString()
toString in class ObjectObject.toString()public BatchUpdateDetectorRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.