public class DeleteReceiptRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteReceiptRule operation
.
Deletes the specified receipt rule.
For information about managing receipt rules, see the Amazon SES Developer Guide .
This action is throttled at one request per second.
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getRuleSetName()
public void setRuleSetName(String ruleSetName)
ruleSetName
- The name of the receipt rule set that contains the receipt rule to
delete.public DeleteReceiptRuleRequest withRuleSetName(String ruleSetName)
Returns a reference to this object so that method calls can be chained together.
ruleSetName
- The name of the receipt rule set that contains the receipt rule to
delete.public String getRuleName()
public void setRuleName(String ruleName)
ruleName
- The name of the receipt rule to delete.public DeleteReceiptRuleRequest withRuleName(String ruleName)
Returns a reference to this object so that method calls can be chained together.
ruleName
- The name of the receipt rule to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteReceiptRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.