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