public class UpdateReceiptRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
UpdateReceiptRule operation.
Updates a receipt rule.
For information about managing receipt rules, see the Amazon SES Developer Guide .
This action is throttled at one request per second.
NOOP| Constructor and Description |
|---|
UpdateReceiptRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateReceiptRuleRequest |
clone() |
boolean |
equals(Object obj) |
ReceiptRule |
getRule()
A data structure that contains the updated receipt rule information.
|
String |
getRuleSetName()
The name of the receipt rule set to which the receipt rule belongs.
|
int |
hashCode() |
void |
setRule(ReceiptRule rule)
A data structure that contains the updated receipt rule information.
|
void |
setRuleSetName(String ruleSetName)
The name of the receipt rule set to which the receipt rule belongs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateReceiptRuleRequest |
withRule(ReceiptRule rule)
A data structure that contains the updated receipt rule information.
|
UpdateReceiptRuleRequest |
withRuleSetName(String ruleSetName)
The name of the receipt rule set to which the receipt rule belongs.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getRuleSetName()
public void setRuleSetName(String ruleSetName)
ruleSetName - The name of the receipt rule set to which the receipt rule belongs.public UpdateReceiptRuleRequest withRuleSetName(String ruleSetName)
Returns a reference to this object so that method calls can be chained together.
ruleSetName - The name of the receipt rule set to which the receipt rule belongs.public ReceiptRule getRule()
public void setRule(ReceiptRule rule)
rule - A data structure that contains the updated receipt rule information.public UpdateReceiptRuleRequest withRule(ReceiptRule rule)
Returns a reference to this object so that method calls can be chained together.
rule - A data structure that contains the updated receipt rule information.public String toString()
toString in class ObjectObject.toString()public UpdateReceiptRuleRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.