public class ReorderReceiptRuleSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to reorder the receipt rules within a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRuleSetName(String ruleSetName)
The name of the receipt rule set to reorder.
ruleSetName - The name of the receipt rule set to reorder.public String getRuleSetName()
The name of the receipt rule set to reorder.
public ReorderReceiptRuleSetRequest withRuleSetName(String ruleSetName)
The name of the receipt rule set to reorder.
ruleSetName - The name of the receipt rule set to reorder.public List<String> getRuleNames()
A list of the specified receipt rule set's receipt rules in the order that you want to put them.
public 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.
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)
A list of the specified receipt rule set's receipt rules in the order that you want to put them.
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.
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)
A list of the specified receipt rule set's receipt rules in the order that you want to put them.
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 © 2016. All rights reserved.