Class EnvFromSource.Jsii$Proxy

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

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

      • getPrefix

        public final String getPrefix()
        Description copied from interface: EnvFromSource
        An optional identifier to prepend to each key in the ConfigMap.

        Must be a C_IDENTIFIER.

        Specified by:
        getPrefix in interface EnvFromSource
      • $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