Class CfnEmailIdentity.DkimAttributesProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnEmailIdentity.DkimAttributesProperty.Jsii$Proxy
All Implemented Interfaces:
CfnEmailIdentity.DkimAttributesProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnEmailIdentity.DkimAttributesProperty

@Stability(Stable) @Internal public static final class CfnEmailIdentity.DkimAttributesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEmailIdentity.DkimAttributesProperty
  • Constructor Details

  • Method Details

    • getSigningEnabled

      public final Object getSigningEnabled()
      Description copied from interface: CfnEmailIdentity.DkimAttributesProperty
      Sets the DKIM signing configuration for the identity.

      When you set this value true , then the messages that are sent from the identity are signed using DKIM. If you set this value to false , your messages are sent without DKIM signing.

      Specified by:
      getSigningEnabled in interface CfnEmailIdentity.DkimAttributesProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object