public class ReorderReceiptRuleSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ReorderReceiptRuleSet operation.
Reorders the receipt rules within a receipt rule set.
NOTE:All of the rules in the rule set must be represented in this request. That is, this API will return an error if the reorder request doesn???t explicitly position all of the rules.
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 |
|---|
ReorderReceiptRuleSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
ReorderReceiptRuleSetRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getRuleNames()
A list of the specified receipt rule set's receipt rules in the order
that you want to put them.
|
String |
getRuleSetName()
The name of the receipt rule set to reorder.
|
int |
hashCode() |
void |
setRuleNames(Collection<String> ruleNames)
A list of the specified receipt rule set's receipt rules in the order
that you want to put them.
|
void |
setRuleSetName(String ruleSetName)
The name of the receipt rule set to reorder.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReorderReceiptRuleSetRequest |
withRuleNames(Collection<String> ruleNames)
A list of the specified receipt rule set's receipt rules in the order
that you want to put them.
|
ReorderReceiptRuleSetRequest |
withRuleNames(String... ruleNames)
A list of the specified receipt rule set's receipt rules in the order
that you want to put them.
|
ReorderReceiptRuleSetRequest |
withRuleSetName(String ruleSetName)
The name of the receipt rule set to reorder.
|
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 receipt rule set to reorder.public ReorderReceiptRuleSetRequest 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 reorder.public List<String> getRuleNames()
public void setRuleNames(Collection<String> ruleNames)
ruleNames - A list of the specified receipt rule set's receipt rules in the order
that you want to put them.public ReorderReceiptRuleSetRequest withRuleNames(String... ruleNames)
NOTE: This method appends the values to the existing list (if
any). Use setRuleNames(java.util.Collection) or withRuleNames(java.util.Collection) if you want to override the
existing values.
Returns a reference to this object so that method calls can be chained together.
ruleNames - A list of the specified receipt rule set's receipt rules in the order
that you want to put them.public ReorderReceiptRuleSetRequest withRuleNames(Collection<String> ruleNames)
Returns a reference to this object so that method calls can be chained together.
ruleNames - A list of the specified receipt rule set's receipt rules in the order
that you want to put them.public String toString()
toString in class ObjectObject.toString()public ReorderReceiptRuleSetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.