@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDetectorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateDetectorRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateDetectorRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDetectorId()
The unique ID of the detector that you want to update.
|
Boolean |
getEnable()
Updated boolean value for the detector that specifies whether the detector is enabled.
|
int |
hashCode() |
Boolean |
isEnable()
Updated boolean value for the detector that specifies whether the detector is enabled.
|
void |
setDetectorId(String detectorId)
The unique ID of the detector that you want to update.
|
void |
setEnable(Boolean enable)
Updated boolean value for the detector that specifies whether the detector is enabled.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateDetectorRequest |
withDetectorId(String detectorId)
The unique ID of the detector that you want to update.
|
UpdateDetectorRequest |
withEnable(Boolean enable)
Updated boolean value for the detector that specifies whether the detector is enabled.
|
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 void setDetectorId(String detectorId)
detectorId - The unique ID of the detector that you want to update.public String getDetectorId()
public UpdateDetectorRequest withDetectorId(String detectorId)
detectorId - The unique ID of the detector that you want to update.public void setEnable(Boolean enable)
enable - Updated boolean value for the detector that specifies whether the detector is enabled.public Boolean getEnable()
public UpdateDetectorRequest withEnable(Boolean enable)
enable - Updated boolean value for the detector that specifies whether the detector is enabled.public Boolean isEnable()
public String toString()
toString in class ObjectObject.toString()public UpdateDetectorRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.