@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReorderReceiptRuleSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to reorder the receipt rules within a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
NOOP
Constructor and Description |
---|
ReorderReceiptRuleSetRequest() |
Modifier and Type | Method and Description |
---|---|
ReorderReceiptRuleSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public ReorderReceiptRuleSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.