public static final class CfnReceiptRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnReceiptRuleProps
CfnReceiptRuleProps
CfnReceiptRuleProps.Builder, CfnReceiptRuleProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAfter()
The name of an existing rule after which the new rule is placed.
|
java.lang.Object |
getRule()
A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
|
java.lang.String |
getRuleSetName()
The name of the rule set where the receipt rule is added.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getRule()
CfnReceiptRuleProps
getRule
in interface CfnReceiptRuleProps
public final java.lang.String getRuleSetName()
CfnReceiptRuleProps
getRuleSetName
in interface CfnReceiptRuleProps
public final java.lang.String getAfter()
CfnReceiptRuleProps
If this parameter is null, the new rule is inserted at the beginning of the rule list.
getAfter
in interface CfnReceiptRuleProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()