@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReceiptRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to return the details of a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
NOOP
Constructor and Description |
---|
DescribeReceiptRuleRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeReceiptRuleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRuleName()
The name of the receipt rule.
|
String |
getRuleSetName()
The name of the receipt rule set that the receipt rule belongs to.
|
int |
hashCode() |
void |
setRuleName(String ruleName)
The name of the receipt rule.
|
void |
setRuleSetName(String ruleSetName)
The name of the receipt rule set that the receipt rule belongs to.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeReceiptRuleRequest |
withRuleName(String ruleName)
The name of the receipt rule.
|
DescribeReceiptRuleRequest |
withRuleSetName(String ruleSetName)
The name of the receipt rule set that the receipt rule belongs to.
|
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 receipt rule set that the receipt rule belongs to.
ruleSetName
- The name of the receipt rule set that the receipt rule belongs to.public String getRuleSetName()
The name of the receipt rule set that the receipt rule belongs to.
public DescribeReceiptRuleRequest withRuleSetName(String ruleSetName)
The name of the receipt rule set that the receipt rule belongs to.
ruleSetName
- The name of the receipt rule set that the receipt rule belongs to.public void setRuleName(String ruleName)
The name of the receipt rule.
ruleName
- The name of the receipt rule.public String getRuleName()
The name of the receipt rule.
public DescribeReceiptRuleRequest withRuleName(String ruleName)
The name of the receipt rule.
ruleName
- The name of the receipt rule.public String toString()
toString
in class Object
Object.toString()
public DescribeReceiptRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.