@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloneReceiptRuleSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to create a receipt rule set by cloning an existing one. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
NOOP
Constructor and Description |
---|
CloneReceiptRuleSetRequest() |
Modifier and Type | Method and Description |
---|---|
CloneReceiptRuleSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
CloneReceiptRuleSetRequest |
withOriginalRuleSetName(String originalRuleSetName)
The name of the rule set to clone.
|
CloneReceiptRuleSetRequest |
withRuleSetName(String ruleSetName)
The name of the rule set to create.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRuleSetName(String ruleSetName)
The name of the rule set to create. The name must meet the following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain 64 characters or fewer.
ruleSetName
- The name of the rule set to create. The name must meet the following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain 64 characters or fewer.
public String getRuleSetName()
The name of the rule set to create. The name must meet the following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain 64 characters or fewer.
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain 64 characters or fewer.
public CloneReceiptRuleSetRequest withRuleSetName(String ruleSetName)
The name of the rule set to create. The name must meet the following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain 64 characters or fewer.
ruleSetName
- The name of the rule set to create. The name must meet the following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain 64 characters or fewer.
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 Object
Object.toString()
public CloneReceiptRuleSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()