Class MqBrokerLogs.Jsii$Proxy

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

    @Stability(Stable)
    @Internal
    public static final class MqBrokerLogs.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements MqBrokerLogs
    An implementation for MqBrokerLogs
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(MqBrokerLogs.Builder builder)
      Constructor that initializes the object based on literal property values passed by the MqBrokerLogs.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode $jsii$toJson()  
      boolean equals​(Object o)  
      String getAudit()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#audit MqBroker#audit}.
      Object getGeneral()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#general MqBroker#general}.
      int hashCode()  
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
    • 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.
    • Method Detail

      • getAudit

        public final String getAudit()
        Description copied from interface: MqBrokerLogs
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#audit MqBroker#audit}.
        Specified by:
        getAudit in interface MqBrokerLogs
      • getGeneral

        public final Object getGeneral()
        Description copied from interface: MqBrokerLogs
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#general MqBroker#general}.
        Specified by:
        getGeneral in interface MqBrokerLogs
      • $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