@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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 that the receipt rule belongs to.
|
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 that the receipt rule belongs to.
|
String |
toString()
Returns a string representation of this object.
|
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 that the receipt rule belongs to.
|
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 the receipt rule belongs to.
ruleSetName
- The name of the receipt rule set that the receipt rule belongs to.public String getRuleSetName()
The name of the receipt rule set that the receipt rule belongs to.
public UpdateReceiptRuleRequest withRuleSetName(String ruleSetName)
The name of the receipt rule set that the receipt rule belongs to.
ruleSetName
- The name of the receipt rule set that the receipt rule belongs to.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()