public class SetReceiptRulePositionRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
after
The name of the receipt rule after which to place the specified receipt
rule.
|
private java.lang.String |
ruleName
The name of the receipt rule to reposition.
|
private java.lang.String |
ruleSetName
The name of the receipt rule set that contains the receipt rule to
reposition.
|
NOOP
Constructor and Description |
---|
SetReceiptRulePositionRequest() |
Modifier and Type | Method and Description |
---|---|
SetReceiptRulePositionRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String ruleSetName
The name of the receipt rule set that contains the receipt rule to reposition.
private java.lang.String ruleName
The name of the receipt rule to reposition.
private java.lang.String after
The name of the receipt rule after which to place the specified receipt rule.
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 java.lang.String getRuleSetName()
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.
ruleSetName
- The name of the receipt rule set that contains 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 java.lang.String getRuleName()
The name of the receipt rule to reposition.
public SetReceiptRulePositionRequest withRuleName(java.lang.String ruleName)
The name of the receipt rule to reposition.
ruleName
- The name of the receipt rule to reposition.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 java.lang.String getAfter()
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.
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 boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public SetReceiptRulePositionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()