Class UpdateReceiptRuleRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.simpleemail.model.UpdateReceiptRuleRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
public class UpdateReceiptRuleRequest
extends AmazonWebServiceRequest
implements Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleangetRule()A data structure that contains the updated receipt rule information.The name of the receipt rule set to which the receipt rule belongs.inthashCode()voidsetRule(ReceiptRule rule) A data structure that contains the updated receipt rule information.voidsetRuleSetName(String ruleSetName) The name of the receipt rule set to which the receipt rule belongs.toString()Returns a string representation of this object; useful for testing and debugging.withRule(ReceiptRule rule) A data structure that contains the updated receipt rule information.withRuleSetName(String ruleSetName) The name of the receipt rule set to which the receipt rule belongs.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
UpdateReceiptRuleRequest
public UpdateReceiptRuleRequest()
-
-
Method Details
-
setRuleSetName
The name of the receipt rule set to which the receipt rule belongs.
- Parameters:
ruleSetName- The name of the receipt rule set to which the receipt rule belongs.
-
getRuleSetName
The name of the receipt rule set to which the receipt rule belongs.
- Returns:
- The name of the receipt rule set to which the receipt rule belongs.
-
withRuleSetName
The name of the receipt rule set to which the receipt rule belongs.
- Parameters:
ruleSetName- The name of the receipt rule set to which the receipt rule belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRule
A data structure that contains the updated receipt rule information.
- Parameters:
rule- A data structure that contains the updated receipt rule information.
-
getRule
A data structure that contains the updated receipt rule information.
- Returns:
- A data structure that contains the updated receipt rule information.
-
withRule
A data structure that contains the updated receipt rule information.
- Parameters:
rule- A data structure that contains the updated receipt rule information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-