@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRuleSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteRuleSetRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRuleSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRuleSetId()
The identifier of an existing rule set resource to delete.
|
int |
hashCode() |
void |
setRuleSetId(String ruleSetId)
The identifier of an existing rule set resource to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRuleSetRequest |
withRuleSetId(String ruleSetId)
The identifier of an existing rule set resource 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 setRuleSetId(String ruleSetId)
The identifier of an existing rule set resource to delete.
ruleSetId
- The identifier of an existing rule set resource to delete.public String getRuleSetId()
The identifier of an existing rule set resource to delete.
public DeleteRuleSetRequest withRuleSetId(String ruleSetId)
The identifier of an existing rule set resource to delete.
ruleSetId
- The identifier of an existing rule set resource to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteRuleSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()