public class DeleteReceiptRuleSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteReceiptRuleSet operation
.
Deletes the specified receipt rule set and all of the receipt rules it contains.
NOTE:The currently active rule set cannot be deleted.
For information about managing receipt rule sets, see the Amazon SES Developer Guide .
This action is throttled at one request per second.
NOOP
Constructor and Description |
---|
DeleteReceiptRuleSetRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteReceiptRuleSetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getRuleSetName()
The name of the receipt rule set to delete.
|
int |
hashCode() |
void |
setRuleSetName(String ruleSetName)
The name of the receipt rule set to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteReceiptRuleSetRequest |
withRuleSetName(String ruleSetName)
The name of the receipt rule set to delete.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public String getRuleSetName()
public void setRuleSetName(String ruleSetName)
ruleSetName
- The name of the receipt rule set to delete.public DeleteReceiptRuleSetRequest 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 to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteReceiptRuleSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.