Class ReceiptRuleAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.ReceiptRuleAttributes.Jsii$Proxy
- All Implemented Interfaces:
ReceiptRuleAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ReceiptRuleAttributes
@Stability(Stable)
@Internal
public static final class ReceiptRuleAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ReceiptRuleAttributes
An implementation for
ReceiptRuleAttributes-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.ReceiptRuleAttributes
ReceiptRuleAttributes.Builder, ReceiptRuleAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ReceiptRuleAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theReceiptRuleAttributes.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the receipt rule.final IReceiptRuleSetRefThe rule set that the receipt rule belongs to.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theReceiptRuleAttributes.Builder.
-
-
Method Details
-
getReceiptRuleName
Description copied from interface:ReceiptRuleAttributesThe name of the receipt rule.- Specified by:
getReceiptRuleNamein interfaceReceiptRuleAttributes
-
getRuleSet
Description copied from interface:ReceiptRuleAttributesThe rule set that the receipt rule belongs to.- Specified by:
getRuleSetin interfaceReceiptRuleAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-