public class ReorderReceiptRuleSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ReorderReceiptRuleSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
ReorderReceiptRuleSetRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
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 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.