@Stability(value=Stable) @Internal public static final class CfnReceiptRule.RuleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnReceiptRule.RuleProperty
CfnReceiptRule.RuleProperty
software.amazon.jsii.JsiiObject.InitializationMode
CfnReceiptRule.RuleProperty.Builder, CfnReceiptRule.RuleProperty.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.
|
protected |
Jsii$Proxy(Object actions,
Object enabled,
String name,
List<String> recipients,
Object scanEnabled,
String tlsPolicy)
Constructor that initializes the object based on literal property values passed by the
CfnReceiptRule.ActionProperty.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getActions()
`CfnReceiptRule.RuleProperty.Actions`.
|
Object |
getEnabled()
`CfnReceiptRule.RuleProperty.Enabled`.
|
String |
getName()
`CfnReceiptRule.RuleProperty.Name`.
|
List<String> |
getRecipients()
`CfnReceiptRule.RuleProperty.Recipients`.
|
Object |
getScanEnabled()
`CfnReceiptRule.RuleProperty.ScanEnabled`.
|
String |
getTlsPolicy()
`CfnReceiptRule.RuleProperty.TlsPolicy`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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 Object getActions()
CfnReceiptRule.RuleProperty
getActions
in interface CfnReceiptRule.RuleProperty
public final Object getEnabled()
CfnReceiptRule.RuleProperty
getEnabled
in interface CfnReceiptRule.RuleProperty
public final String getName()
CfnReceiptRule.RuleProperty
getName
in interface CfnReceiptRule.RuleProperty
public final List<String> getRecipients()
CfnReceiptRule.RuleProperty
getRecipients
in interface CfnReceiptRule.RuleProperty
public final Object getScanEnabled()
CfnReceiptRule.RuleProperty
getScanEnabled
in interface CfnReceiptRule.RuleProperty
public final String getTlsPolicy()
CfnReceiptRule.RuleProperty
getTlsPolicy
in interface CfnReceiptRule.RuleProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.