Class CloudMapNamespaceOptionsBase.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CloudMapNamespaceOptionsBase.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudMapNamespaceOptionsBase
An implementation for CloudMapNamespaceOptionsBase
  • 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(CloudMapNamespaceOptionsBase.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CloudMapNamespaceOptionsBase.Builder.
  • Method Details

    • getUseForServiceConnect

      public final Boolean getUseForServiceConnect()
      Description copied from interface: CloudMapNamespaceOptionsBase
      This property specifies whether to set the provided namespace as the service connect default in the cluster properties.

      Default: false

      Specified by:
      getUseForServiceConnect in interface CloudMapNamespaceOptionsBase
    • $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