public class SetReceiptRulePositionRequest extends AmazonWebServiceRequest implements java.io.Serializable
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.
You can execute this operation no more than once per second.
Constructor and Description |
---|
SetReceiptRulePositionRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAfter()
The name of the receipt rule after which to place the specified receipt
rule.
|
java.lang.String |
getRuleName()
The name of the receipt rule to reposition.
|
java.lang.String |
getRuleSetName()
The name of the receipt rule set that contains the receipt rule to
reposition.
|
int |
hashCode() |
void |
setAfter(java.lang.String after)
The name of the receipt rule after which to place the specified receipt
rule.
|
void |
setRuleName(java.lang.String ruleName)
The name of the receipt rule to reposition.
|
void |
setRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set that contains the receipt rule to
reposition.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetReceiptRulePositionRequest |
withAfter(java.lang.String after)
The name of the receipt rule after which to place the specified receipt
rule.
|
SetReceiptRulePositionRequest |
withRuleName(java.lang.String ruleName)
The name of the receipt rule to reposition.
|
SetReceiptRulePositionRequest |
withRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set that contains the receipt rule to
reposition.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getRuleSetName()
The name of the receipt rule set that contains the receipt rule to reposition.
The name of the receipt rule set that contains the receipt rule to reposition.
public void setRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set that contains the receipt rule to reposition.
ruleSetName
- The name of the receipt rule set that contains the receipt rule to reposition.
public SetReceiptRulePositionRequest withRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set that contains the receipt rule to reposition.
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 java.lang.String getRuleName()
The name of the receipt rule to reposition.
The name of the receipt rule to reposition.
public void setRuleName(java.lang.String ruleName)
The name of the receipt rule to reposition.
ruleName
- The name of the receipt rule to reposition.
public SetReceiptRulePositionRequest withRuleName(java.lang.String ruleName)
The name of the receipt rule to reposition.
Returns a reference to this object so that method calls can be chained together.
ruleName
- The name of the receipt rule to reposition.
public java.lang.String getAfter()
The name of the receipt rule after which to place the specified receipt rule.
The name of the receipt rule after which to place the specified receipt rule.
public void setAfter(java.lang.String after)
The name of the receipt rule after which to place the specified receipt rule.
after
- The name of the receipt rule after which to place the specified receipt rule.
public SetReceiptRulePositionRequest withAfter(java.lang.String after)
The name of the receipt rule after which to place the specified receipt rule.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.