public class CreateReceiptRuleSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateReceiptRuleSetRequest() |
Modifier and Type | Method and Description |
---|---|
CreateReceiptRuleSetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getRuleSetName()
The name of the rule set to create.
|
int |
hashCode() |
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.
|
CreateReceiptRuleSetRequest |
withRuleSetName(String ruleSetName)
The name of the rule set to create.
|
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 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 CreateReceiptRuleSetRequest 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 String toString()
toString
in class Object
Object.toString()
public CreateReceiptRuleSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.