public class SetReceiptRulePositionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
SetReceiptRulePosition operation.
Sets the position of the specified receipt rule in the receipt rule set.
For information about managing receipt rules, see the Amazon SES Developer Guide .
This action is throttled at one request per second.
NOOP| Constructor and Description |
|---|
SetReceiptRulePositionRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetReceiptRulePositionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAfter()
The name of the receipt rule after which to place the specified
receipt rule.
|
String |
getRuleName()
The name of the receipt rule to reposition.
|
String |
getRuleSetName()
The name of the receipt rule set that contains the receipt rule to
reposition.
|
int |
hashCode() |
void |
setAfter(String after)
The name of the receipt rule after which to place the specified
receipt rule.
|
void |
setRuleName(String ruleName)
The name of the receipt rule to reposition.
|
void |
setRuleSetName(String ruleSetName)
The name of the receipt rule set that contains the receipt rule to
reposition.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetReceiptRulePositionRequest |
withAfter(String after)
The name of the receipt rule after which to place the specified
receipt rule.
|
SetReceiptRulePositionRequest |
withRuleName(String ruleName)
The name of the receipt rule to reposition.
|
SetReceiptRulePositionRequest |
withRuleSetName(String ruleSetName)
The name of the receipt rule set that contains the receipt rule to
reposition.
|
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 that contains the receipt rule to
reposition.public SetReceiptRulePositionRequest 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 that contains the receipt rule to
reposition.public String getRuleName()
public void setRuleName(String ruleName)
ruleName - The name of the receipt rule to reposition.public SetReceiptRulePositionRequest withRuleName(String ruleName)
Returns a reference to this object so that method calls can be chained together.
ruleName - The name of the receipt rule to reposition.public String getAfter()
public void setAfter(String after)
after - The name of the receipt rule after which to place the specified
receipt rule.public SetReceiptRulePositionRequest withAfter(String after)
Returns a reference to this object so that method calls can be chained together.
after - The name of the receipt rule after which to place the specified
receipt rule.public String toString()
toString in class ObjectObject.toString()public SetReceiptRulePositionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.