Class PodOs.Jsii$Proxy

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

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

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

      • getName

        public final String getName()
        Description copied from interface: PodOs
        Name is the name of the operating system.

        The currently supported values are linux and windows. Additional value may be defined in future and can be one of: https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration Clients should expect to handle additional values and treat unrecognized values in this field as os: null

        Specified by:
        getName in interface PodOs
      • $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