public class CreateReceiptRuleSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to create an empty receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
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, withSdkRequestTimeoutpublic void setRuleSetName(String ruleSetName)
The name of the rule set to create. The name must:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain less than 64 characters.
ruleSetName - The name of the rule set to create. The name must:
        Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain less than 64 characters.
public String getRuleSetName()
The name of the rule set to create. The name must:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain less than 64 characters.
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain less than 64 characters.
public CreateReceiptRuleSetRequest withRuleSetName(String ruleSetName)
The name of the rule set to create. The name must:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain less than 64 characters.
ruleSetName - The name of the rule set to create. The name must:
        Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain less than 64 characters.
public String toString()
toString in class ObjectObject.toString()public CreateReceiptRuleSetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.