public class DescribeReceiptRuleResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeReceiptRuleResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeReceiptRuleResult |
clone() |
boolean |
equals(Object obj) |
ReceiptRule |
getRule()
A data structure that contains the specified receipt rule's name,
actions, recipients, domains, enabled status, scan status, and
Transport Layer Security (TLS) policy.
|
int |
hashCode() |
void |
setRule(ReceiptRule rule)
A data structure that contains the specified receipt rule's name,
actions, recipients, domains, enabled status, scan status, and
Transport Layer Security (TLS) policy.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeReceiptRuleResult |
withRule(ReceiptRule rule)
A data structure that contains the specified receipt rule's name,
actions, recipients, domains, enabled status, scan status, and
Transport Layer Security (TLS) policy.
|
public ReceiptRule getRule()
public void setRule(ReceiptRule rule)
rule - A data structure that contains the specified receipt rule's name,
actions, recipients, domains, enabled status, scan status, and
Transport Layer Security (TLS) policy.public DescribeReceiptRuleResult withRule(ReceiptRule rule)
Returns a reference to this object so that method calls can be chained together.
rule - A data structure that contains the specified receipt rule's name,
actions, recipients, domains, enabled status, scan status, and
Transport Layer Security (TLS) policy.public String toString()
toString in class ObjectObject.toString()public DescribeReceiptRuleResult clone()
Copyright © 2015. All rights reserved.