public class ReorderReceiptRuleSetRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
ruleNames
A list of the specified receipt rule set's receipt rules in the order
that you want to put them.
|
private java.lang.String |
ruleSetName
The name of the receipt rule set to reorder.
|
NOOP
Constructor and Description |
---|
ReorderReceiptRuleSetRequest() |
Modifier and Type | Method and Description |
---|---|
ReorderReceiptRuleSetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getRuleNames()
A list of the specified receipt rule set's receipt rules in the order
that you want to put them.
|
java.lang.String |
getRuleSetName()
The name of the receipt rule set to reorder.
|
int |
hashCode() |
void |
setRuleNames(java.util.Collection<java.lang.String> ruleNames)
A list of the specified receipt rule set's receipt rules in the order
that you want to put them.
|
void |
setRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set to reorder.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReorderReceiptRuleSetRequest |
withRuleNames(java.util.Collection<java.lang.String> ruleNames)
A list of the specified receipt rule set's receipt rules in the order
that you want to put them.
|
ReorderReceiptRuleSetRequest |
withRuleNames(java.lang.String... ruleNames)
A list of the specified receipt rule set's receipt rules in the order
that you want to put them.
|
ReorderReceiptRuleSetRequest |
withRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set to reorder.
|
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 to reorder.
private SdkInternalList<java.lang.String> ruleNames
A list of the specified receipt rule set's receipt rules in the order that you want to put them.
public void setRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set to reorder.
ruleSetName
- The name of the receipt rule set to reorder.public java.lang.String getRuleSetName()
The name of the receipt rule set to reorder.
public ReorderReceiptRuleSetRequest withRuleSetName(java.lang.String ruleSetName)
The name of the receipt rule set to reorder.
ruleSetName
- The name of the receipt rule set to reorder.public java.util.List<java.lang.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(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 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 ReorderReceiptRuleSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()