@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public UpdateDetectorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.