@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRuleVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteRuleVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteRuleVersionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDetectorId()
The ID of the detector that includes the rule version to delete.
|
String |
getRuleId()
The rule ID of the rule version to delete.
|
String |
getRuleVersion()
The rule version to delete.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The ID of the detector that includes the rule version to delete.
|
void |
setRuleId(String ruleId)
The rule ID of the rule version to delete.
|
void |
setRuleVersion(String ruleVersion)
The rule version to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRuleVersionRequest |
withDetectorId(String detectorId)
The ID of the detector that includes the rule version to delete.
|
DeleteRuleVersionRequest |
withRuleId(String ruleId)
The rule ID of the rule version to delete.
|
DeleteRuleVersionRequest |
withRuleVersion(String ruleVersion)
The rule version to delete.
|
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 ID of the detector that includes the rule version to delete.
detectorId - The ID of the detector that includes the rule version to delete.public String getDetectorId()
The ID of the detector that includes the rule version to delete.
public DeleteRuleVersionRequest withDetectorId(String detectorId)
The ID of the detector that includes the rule version to delete.
detectorId - The ID of the detector that includes the rule version to delete.public void setRuleId(String ruleId)
The rule ID of the rule version to delete.
ruleId - The rule ID of the rule version to delete.public String getRuleId()
The rule ID of the rule version to delete.
public DeleteRuleVersionRequest withRuleId(String ruleId)
The rule ID of the rule version to delete.
ruleId - The rule ID of the rule version to delete.public void setRuleVersion(String ruleVersion)
The rule version to delete.
ruleVersion - The rule version to delete.public String getRuleVersion()
The rule version to delete.
public DeleteRuleVersionRequest withRuleVersion(String ruleVersion)
The rule version to delete.
ruleVersion - The rule version to delete.public String toString()
toString in class ObjectObject.toString()public DeleteRuleVersionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.