@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() |
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, 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 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.FindingPublishingFrequencypublic String getFindingPublishingFrequency()
FindingPublishingFrequencypublic UpdateDetectorRequest withFindingPublishingFrequency(String findingPublishingFrequency)
findingPublishingFrequency - A enum value that specifies how frequently customer got Finding updates published.FindingPublishingFrequencypublic UpdateDetectorRequest withFindingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
findingPublishingFrequency - A enum value that specifies how frequently customer got Finding updates published.FindingPublishingFrequencypublic String toString()
toString in class ObjectObject.toString()public UpdateDetectorRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.