public class CreateReceiptRuleSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
CreateReceiptRuleSet operation.
Creates an empty receipt rule set.
For information about setting up receipt rule sets, see the Amazon SES Developer Guide .
This action is throttled at one request per second.
NOOP| Constructor and Description |
|---|
CreateReceiptRuleSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateReceiptRuleSetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getRuleSetName()
The name of the rule set to create.
|
int |
hashCode() |
void |
setRuleSetName(String ruleSetName)
The name of the rule set to create.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateReceiptRuleSetRequest |
withRuleSetName(String ruleSetName)
The name of the rule set to create.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getRuleSetName()
public void setRuleSetName(String ruleSetName)
ruleSetName - The name of the rule set to create. The name must: public CreateReceiptRuleSetRequest withRuleSetName(String ruleSetName)
Returns a reference to this object so that method calls can be chained together.
ruleSetName - The name of the rule set to create. The name must: public String toString()
toString in class ObjectObject.toString()public CreateReceiptRuleSetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.