public class UpdateReceiptRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to update a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRuleSetName(String ruleSetName)
The name of the receipt rule set to which the receipt rule belongs.
ruleSetName
- The name of the receipt rule set to which the receipt rule
belongs.public String getRuleSetName()
The name of the receipt rule set to which the receipt rule belongs.
public UpdateReceiptRuleRequest withRuleSetName(String ruleSetName)
The name of the receipt rule set to which the receipt rule belongs.
ruleSetName
- The name of the receipt rule set to which the receipt rule
belongs.public void setRule(ReceiptRule rule)
A data structure that contains the updated receipt rule information.
rule
- A data structure that contains the updated receipt rule
information.public ReceiptRule getRule()
A data structure that contains the updated receipt rule information.
public UpdateReceiptRuleRequest withRule(ReceiptRule rule)
A data structure that contains the updated receipt rule information.
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.