@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.
|
String |
getFindingPublishingFrequency()
A enum value that specifies how frequently customer got Finding updates published.
|
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.
|
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; 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.
|
UpdateDetectorRequest |
withFindingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
A enum value that specifies how frequently customer got Finding updates published.
|
UpdateDetectorRequest |
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 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 void setFindingPublishingFrequency(String findingPublishingFrequency)
findingPublishingFrequency
- A enum value that specifies how frequently customer got Finding updates published.FindingPublishingFrequency
public String getFindingPublishingFrequency()
FindingPublishingFrequency
public UpdateDetectorRequest withFindingPublishingFrequency(String findingPublishingFrequency)
findingPublishingFrequency
- A enum value that specifies how frequently customer got Finding updates published.FindingPublishingFrequency
public UpdateDetectorRequest 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 UpdateDetectorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.