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()
Creates a shallow clone of this request.
|
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, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public UpdateReceiptRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.