@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.
|
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)
The unique ID of the detector that you want to update.
detectorId - The unique ID of the detector that you want to update.public String getDetectorId()
The unique ID of the detector that you want to update.
public UpdateDetectorRequest withDetectorId(String detectorId)
The unique ID of the detector that you want to update.
detectorId - The unique ID of the detector that you want to update.public void setEnable(Boolean enable)
Updated boolean value for the detector that specifies whether the detector is enabled.
enable - Updated boolean value for the detector that specifies whether the detector is enabled.public Boolean getEnable()
Updated boolean value for the detector that specifies whether the detector is enabled.
public UpdateDetectorRequest withEnable(Boolean enable)
Updated boolean value for the detector that specifies whether the detector is enabled.
enable - Updated boolean value for the detector that specifies whether the detector is enabled.public Boolean isEnable()
Updated boolean value for the detector that specifies whether the detector is enabled.
public void setFindingPublishingFrequency(String findingPublishingFrequency)
A enum value that specifies how frequently customer got Finding updates published.
findingPublishingFrequency - A enum value that specifies how frequently customer got Finding updates published.FindingPublishingFrequencypublic String getFindingPublishingFrequency()
A enum value that specifies how frequently customer got Finding updates published.
FindingPublishingFrequencypublic UpdateDetectorRequest withFindingPublishingFrequency(String findingPublishingFrequency)
A enum value that specifies how frequently customer got Finding updates published.
findingPublishingFrequency - A enum value that specifies how frequently customer got Finding updates published.FindingPublishingFrequencypublic UpdateDetectorRequest withFindingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
A enum value that specifies how frequently customer got Finding updates published.
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 © 2019. All rights reserved.