@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) |
String |
getClientToken()
The idempotency token for the create request.
|
Boolean |
getEnable()
A boolean value that specifies whether the detector is to be enabled.
|
String |
getFindingPublishingFrequency()
A enum value that specifies how frequently customer got Finding updates published.
|
int |
hashCode() |
Boolean |
isEnable()
A boolean value that specifies whether the detector is to be enabled.
|
void |
setClientToken(String clientToken)
The idempotency token for the create request.
|
void |
setEnable(Boolean enable)
A boolean value that specifies whether the detector is to be enabled.
|
void |
setFindingPublishingFrequency(String findingPublishingFrequency)
A enum value that specifies how frequently customer got Finding updates published.
|
String |
toString()
Returns a string representation of this object.
|
CreateDetectorRequest |
withClientToken(String clientToken)
The idempotency token for the create request.
|
CreateDetectorRequest |
withEnable(Boolean enable)
A boolean value that specifies whether the detector is to be enabled.
|
CreateDetectorRequest |
withFindingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
A enum value that specifies how frequently customer got Finding updates published.
|
CreateDetectorRequest |
withFindingPublishingFrequency(String findingPublishingFrequency)
A enum value that specifies how frequently customer got Finding updates published.
|
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 setClientToken(String clientToken)
clientToken
- The idempotency token for the create request.public String getClientToken()
public CreateDetectorRequest withClientToken(String clientToken)
clientToken
- The idempotency token for the create request.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 void setFindingPublishingFrequency(String findingPublishingFrequency)
findingPublishingFrequency
- A enum value that specifies how frequently customer got Finding updates published.FindingPublishingFrequency
public String getFindingPublishingFrequency()
FindingPublishingFrequency
public CreateDetectorRequest withFindingPublishingFrequency(String findingPublishingFrequency)
findingPublishingFrequency
- A enum value that specifies how frequently customer got Finding updates published.FindingPublishingFrequency
public CreateDetectorRequest withFindingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
findingPublishingFrequency
- A enum value that specifies how frequently customer got Finding updates published.FindingPublishingFrequency
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.