public class DeleteReceiptRuleSetRequest extends AmazonWebServiceRequest implements java.io.Serializable
Deletes the specified receipt rule set and all of the receipt rules it contains.
The currently active rule set cannot be deleted.
For information about managing receipt rule sets, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Constructor and Description |
---|
DeleteReceiptRuleSetRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getRuleSetName()
The name of the receipt rule set to delete.
|
int |
hashCode() |
void |
setRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteReceiptRuleSetRequest |
withRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set to delete.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getRuleSetName()
The name of the receipt rule set to delete.
The name of the receipt rule set to delete.
public void setRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set to delete.
ruleSetName
- The name of the receipt rule set to delete.
public DeleteReceiptRuleSetRequest withRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set to delete.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.