Class CfnVirtualCluster.EksInfoProperty.Jsii$Proxy

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

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

    • getNamespace

      public final String getNamespace()
      Description copied from interface: CfnVirtualCluster.EksInfoProperty
      The namespaces of the EKS cluster.

      Minimum : 1

      Maximum : 63

      Pattern : [a-z0-9]([-a-z0-9]*[a-z0-9])?

      Specified by:
      getNamespace in interface CfnVirtualCluster.EksInfoProperty
    • $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