public class UpdateReceiptRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public UpdateReceiptRuleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.