public class DeleteReceiptRuleRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
ruleName
The name of the receipt rule to delete.
|
private java.lang.String |
ruleSetName
The name of the receipt rule set that contains the receipt rule to
delete.
|
NOOP
Constructor and Description |
---|
DeleteReceiptRuleRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteReceiptRuleRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getRuleName()
The name of the receipt rule to delete.
|
java.lang.String |
getRuleSetName()
The name of the receipt rule set that contains the receipt rule to
delete.
|
int |
hashCode() |
void |
setRuleName(java.lang.String ruleName)
The name of the receipt rule to delete.
|
void |
setRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set that contains the receipt rule to
delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteReceiptRuleRequest |
withRuleName(java.lang.String ruleName)
The name of the receipt rule to delete.
|
DeleteReceiptRuleRequest |
withRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set that contains the receipt rule to
delete.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String ruleSetName
The name of the receipt rule set that contains the receipt rule to delete.
private java.lang.String ruleName
The name of the receipt rule to delete.
public void setRuleSetName(java.lang.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 java.lang.String getRuleSetName()
The name of the receipt rule set that contains the receipt rule to delete.
public DeleteReceiptRuleRequest withRuleSetName(java.lang.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(java.lang.String ruleName)
The name of the receipt rule to delete.
ruleName
- The name of the receipt rule to delete.public java.lang.String getRuleName()
The name of the receipt rule to delete.
public DeleteReceiptRuleRequest withRuleName(java.lang.String ruleName)
The name of the receipt rule to delete.
ruleName
- The name of the receipt rule to delete.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteReceiptRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()