@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteReceiptRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to delete 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 |
---|
DeleteReceiptRuleRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteReceiptRuleRequest |
clone() |
boolean |
equals(Object obj) |
String |
getRuleName()
The name of the receipt rule to delete.
|
String |
getRuleSetName()
The name of the receipt rule set that contains the receipt rule to delete.
|
int |
hashCode() |
void |
setRuleName(String ruleName)
The name of the receipt rule to delete.
|
void |
setRuleSetName(String ruleSetName)
The name of the receipt rule set that contains the receipt rule to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteReceiptRuleRequest |
withRuleName(String ruleName)
The name of the receipt rule to delete.
|
DeleteReceiptRuleRequest |
withRuleSetName(String ruleSetName)
The name of the receipt rule set that contains the receipt rule to delete.
|
addHandlerContext, copyBaseTo, 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 contains the receipt rule to delete.
ruleSetName
- The name of the receipt rule set that contains the receipt rule to delete.public String getRuleSetName()
The name of the receipt rule set that contains the receipt rule to delete.
public DeleteReceiptRuleRequest withRuleSetName(String ruleSetName)
The name of the receipt rule set that contains the receipt rule to delete.
ruleSetName
- The name of the receipt rule set that contains the receipt rule to delete.public void setRuleName(String ruleName)
The name of the receipt rule to delete.
ruleName
- The name of the receipt rule to delete.public String getRuleName()
The name of the receipt rule to delete.
public DeleteReceiptRuleRequest withRuleName(String ruleName)
The name of the receipt rule to delete.
ruleName
- The name of the receipt rule to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteReceiptRuleRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2020. All rights reserved.