Class Message.Jsii$Proxy

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, Message
    Enclosing interface:
    Message

    @Stability(Stable)
    @Internal
    public static final class Message.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements Message
    An implementation for Message
    • Constructor Detail

      • 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

        protected Jsii$Proxy​(Message.Builder builder)
        Constructor that initializes the object based on literal property values passed by the Message.Builder.
    • Method Detail

      • getMessageType

        public final String getMessageType()
        Description copied from interface: Message
        Message type as returned from cdk-nag.
        Specified by:
        getMessageType in interface Message
      • $jsii$toJson

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

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