@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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)
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 Object
Object.toString()
public DeleteRuleVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.