Class CfnConnectionAliasProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnConnectionAliasProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConnectionAliasProps
An implementation for CfnConnectionAliasProps
  • 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

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

    • getConnectionString

      public final String getConnectionString()
      Description copied from interface: CfnConnectionAliasProps
      The connection string specified for the connection alias.

      The connection string must be in the form of a fully qualified domain name (FQDN), such as www.example.com .

      Specified by:
      getConnectionString in interface CfnConnectionAliasProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnConnectionAliasProps
      The tags to associate with the connection alias.
      Specified by:
      getTags in interface CfnConnectionAliasProps
    • $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