@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()
The specified receipt rule set's receipt rules, in order.
|
String |
getRuleSetName()
The name of the receipt rule set to reorder.
|
int |
hashCode() |
void |
setRuleNames(Collection<String> ruleNames)
The specified receipt rule set's receipt rules, in order.
|
void |
setRuleSetName(String ruleSetName)
The name of the receipt rule set to reorder.
|
String |
toString()
Returns a string representation of this object.
|
ReorderReceiptRuleSetRequest |
withRuleNames(Collection<String> ruleNames)
The specified receipt rule set's receipt rules, in order.
|
ReorderReceiptRuleSetRequest |
withRuleNames(String... ruleNames)
The specified receipt rule set's receipt rules, in order.
|
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()
The specified receipt rule set's receipt rules, in order.
public void setRuleNames(Collection<String> ruleNames)
The specified receipt rule set's receipt rules, in order.
ruleNames
- The specified receipt rule set's receipt rules, in order.public ReorderReceiptRuleSetRequest withRuleNames(String... ruleNames)
The specified receipt rule set's receipt rules, in order.
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
- The specified receipt rule set's receipt rules, in order.public ReorderReceiptRuleSetRequest withRuleNames(Collection<String> ruleNames)
The specified receipt rule set's receipt rules, in order.
ruleNames
- The specified receipt rule set's receipt rules, in order.public String toString()
toString
in class Object
Object.toString()
public ReorderReceiptRuleSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()