@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<UpdateDetectorRequest> |
getDetectors()
The list of detectors (instances) to update, along with the values to update.
|
int |
hashCode() |
void |
setDetectors(Collection<UpdateDetectorRequest> detectors)
The list of detectors (instances) to update, along with the values to update.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdateDetectorRequest |
withDetectors(Collection<UpdateDetectorRequest> detectors)
The list of detectors (instances) to update, along with the values to update.
|
BatchUpdateDetectorRequest |
withDetectors(UpdateDetectorRequest... detectors)
The list of detectors (instances) to update, along with the values to update.
|
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<UpdateDetectorRequest> getDetectors()
The list of detectors (instances) to update, along with the values to update.
public void setDetectors(Collection<UpdateDetectorRequest> detectors)
The list of detectors (instances) to update, along with the values to update.
detectors
- The list of detectors (instances) to update, along with the values to update.public BatchUpdateDetectorRequest withDetectors(UpdateDetectorRequest... detectors)
The list of detectors (instances) to update, along with the values to update.
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 update, along with the values to update.public BatchUpdateDetectorRequest withDetectors(Collection<UpdateDetectorRequest> detectors)
The list of detectors (instances) to update, along with the values to update.
detectors
- The list of detectors (instances) to update, along with the values to update.public String toString()
toString
in class Object
Object.toString()
public BatchUpdateDetectorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()