Class MqBrokerUser.Jsii$Proxy

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

    @Stability(Stable)
    @Internal
    public static final class MqBrokerUser.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements MqBrokerUser
    An implementation for MqBrokerUser
    • 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​(MqBrokerUser.Builder builder)
      Constructor that initializes the object based on literal property values passed by the MqBrokerUser.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)  
      Object getConsoleAccess()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#console_access MqBroker#console_access}.
      List<String> getGroups()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#groups MqBroker#groups}.
      String getPassword()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#password MqBroker#password}.
      String getUsername()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#username MqBroker#username}.
      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

      • getPassword

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

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

        public final Object getConsoleAccess()
        Description copied from interface: MqBrokerUser
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#console_access MqBroker#console_access}.
        Specified by:
        getConsoleAccess in interface MqBrokerUser
      • getGroups

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