public class CloneReceiptRuleSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
CloneReceiptRuleSet operation.
Creates a receipt rule set by cloning an existing one. All receipt rules and configurations are copied to the new receipt rule set and are completely independent of the source rule set.
For information about setting up rule sets, see the Amazon SES Developer Guide .
This action is throttled at one request per second.
NOOP| Constructor and Description |
|---|
CloneReceiptRuleSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
CloneReceiptRuleSetRequest |
clone() |
boolean |
equals(Object obj) |
String |
getOriginalRuleSetName()
The name of the rule set to clone.
|
String |
getRuleSetName()
The name of the rule set to create.
|
int |
hashCode() |
void |
setOriginalRuleSetName(String originalRuleSetName)
The name of the rule set to clone.
|
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.
|
CloneReceiptRuleSetRequest |
withOriginalRuleSetName(String originalRuleSetName)
The name of the rule set to clone.
|
CloneReceiptRuleSetRequest |
withRuleSetName(String ruleSetName)
The name of the rule set to create.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getRuleSetName()
public void setRuleSetName(String ruleSetName)
ruleSetName - The name of the rule set to create. The name must: public CloneReceiptRuleSetRequest 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 getOriginalRuleSetName()
public void setOriginalRuleSetName(String originalRuleSetName)
originalRuleSetName - The name of the rule set to clone.public CloneReceiptRuleSetRequest withOriginalRuleSetName(String originalRuleSetName)
Returns a reference to this object so that method calls can be chained together.
originalRuleSetName - The name of the rule set to clone.public String toString()
toString in class ObjectObject.toString()public CloneReceiptRuleSetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.