public class SetReceiptRulePositionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
SetReceiptRulePositionRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetReceiptRulePositionRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRuleSetName(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 String getRuleSetName()
The name of the receipt rule set that contains the receipt rule to reposition.
public SetReceiptRulePositionRequest withRuleSetName(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 void setRuleName(String ruleName)
The name of the receipt rule to reposition.
ruleName - The name of the receipt rule to reposition.public String getRuleName()
The name of the receipt rule to reposition.
public SetReceiptRulePositionRequest withRuleName(String ruleName)
The name of the receipt rule to reposition.
ruleName - The name of the receipt rule to reposition.public void setAfter(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 String getAfter()
The name of the receipt rule after which to place the specified receipt rule.
public SetReceiptRulePositionRequest withAfter(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 String toString()
toString in class ObjectObject.toString()public SetReceiptRulePositionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.