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