public class DeleteReceiptRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteReceiptRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteReceiptRuleRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getRuleName()
The name of the receipt rule to delete.
|
String |
getRuleSetName()
The name of the receipt rule set that contains the receipt rule to
delete.
|
int |
hashCode() |
void |
setRuleName(String ruleName)
The name of the receipt rule to delete.
|
void |
setRuleSetName(String ruleSetName)
The name of the receipt rule set that contains the receipt rule to
delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteReceiptRuleRequest |
withRuleName(String ruleName)
The name of the receipt rule to delete.
|
DeleteReceiptRuleRequest |
withRuleSetName(String ruleSetName)
The name of the receipt rule set that contains the receipt rule to
delete.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRuleSetName(String ruleSetName)
The name of the receipt rule set that contains the receipt rule to delete.
ruleSetName - The name of the receipt rule set that contains the receipt rule to
delete.public String getRuleSetName()
The name of the receipt rule set that contains the receipt rule to delete.
public DeleteReceiptRuleRequest withRuleSetName(String ruleSetName)
The name of the receipt rule set that contains the receipt rule to delete.
ruleSetName - The name of the receipt rule set that contains the receipt rule to
delete.public void setRuleName(String ruleName)
The name of the receipt rule to delete.
ruleName - The name of the receipt rule to delete.public String getRuleName()
The name of the receipt rule to delete.
public DeleteReceiptRuleRequest withRuleName(String ruleName)
The name of the receipt rule to delete.
ruleName - The name of the receipt rule to delete.public String toString()
toString in class ObjectObject.toString()public DeleteReceiptRuleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.