public class CloneReceiptRuleSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CloneReceiptRuleSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
CloneReceiptRuleSetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getOriginalRuleSetName()
The name of the rule set to clone.
|
String |
getRuleSetName()
The name of the rule set to create.
|
int |
hashCode() |
void |
setOriginalRuleSetName(String originalRuleSetName)
The name of the rule set to clone.
|
void |
setRuleSetName(String ruleSetName)
The name of the rule set to create.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CloneReceiptRuleSetRequest |
withOriginalRuleSetName(String originalRuleSetName)
The name of the rule set to clone.
|
CloneReceiptRuleSetRequest |
withRuleSetName(String ruleSetName)
The name of the rule set to create.
|
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 rule set to create. The name must:
ruleSetName - The name of the rule set to create. The name must:
public String getRuleSetName()
The name of the rule set to create. The name must:
public CloneReceiptRuleSetRequest withRuleSetName(String ruleSetName)
The name of the rule set to create. The name must:
ruleSetName - The name of the rule set to create. The name must:
public void setOriginalRuleSetName(String originalRuleSetName)
The name of the rule set to clone.
originalRuleSetName - The name of the rule set to clone.public String getOriginalRuleSetName()
The name of the rule set to clone.
public CloneReceiptRuleSetRequest withOriginalRuleSetName(String originalRuleSetName)
The name of the rule set to clone.
originalRuleSetName - The name of the rule set to clone.public String toString()
toString in class ObjectObject.toString()public CloneReceiptRuleSetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.