public class SetActiveReceiptRuleSetRequest extends AmazonWebServiceRequest implements java.io.Serializable
Sets the specified receipt rule set as the active receipt rule set.
To disable your email-receiving through Amazon SES completely, you can call this API with RuleSetName set to null.
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 |
|---|
SetActiveReceiptRuleSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getRuleSetName()
The name of the receipt rule set to make active.
|
int |
hashCode() |
void |
setRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set to make active.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetActiveReceiptRuleSetRequest |
withRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set to make active.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getRuleSetName()
The name of the receipt rule set to make active. Setting this value to null disables all email receiving.
The name of the receipt rule set to make active. Setting this value to null disables all email receiving.
public void setRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set to make active. Setting this value to null disables all email receiving.
ruleSetName - The name of the receipt rule set to make active. Setting this value to null disables all email receiving.
public SetActiveReceiptRuleSetRequest withRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set to make active. Setting this value to null disables all email receiving.
Returns a reference to this object so that method calls can be chained together.
ruleSetName - The name of the receipt rule set to make active. Setting this value to null disables all email receiving.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.