@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetReceiptRulePositionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to set the position of a receipt rule in 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 |
---|
SetReceiptRulePositionRequest() |
Modifier and Type | Method and Description |
---|---|
SetReceiptRulePositionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAfter()
The name of the receipt rule after which to place the specified receipt rule.
|
String |
getRuleName()
The name of the receipt rule to reposition.
|
String |
getRuleSetName()
The name of the receipt rule set that contains the receipt rule to reposition.
|
int |
hashCode() |
void |
setAfter(String after)
The name of the receipt rule after which to place the specified receipt rule.
|
void |
setRuleName(String ruleName)
The name of the receipt rule to reposition.
|
void |
setRuleSetName(String ruleSetName)
The name of the receipt rule set that contains the receipt rule to reposition.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SetReceiptRulePositionRequest |
withAfter(String after)
The name of the receipt rule after which to place the specified receipt rule.
|
SetReceiptRulePositionRequest |
withRuleName(String ruleName)
The name of the receipt rule to reposition.
|
SetReceiptRulePositionRequest |
withRuleSetName(String ruleSetName)
The name of the receipt rule set that contains the receipt rule to reposition.
|
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 that contains the receipt rule to reposition.
ruleSetName
- The name of the receipt rule set that contains the receipt rule to reposition.public String getRuleSetName()
The name of the receipt rule set that contains the receipt rule to reposition.
public SetReceiptRulePositionRequest withRuleSetName(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(String ruleName)
The name of the receipt rule to reposition.
ruleName
- The name of the receipt rule to reposition.public String getRuleName()
The name of the receipt rule to reposition.
public SetReceiptRulePositionRequest withRuleName(String ruleName)
The name of the receipt rule to reposition.
ruleName
- The name of the receipt rule to reposition.public void setAfter(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 String getAfter()
The name of the receipt rule after which to place the specified receipt rule.
public SetReceiptRulePositionRequest withAfter(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 String toString()
toString
in class Object
Object.toString()
public SetReceiptRulePositionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.