Class ResourceClaim.Jsii$Proxy

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

    @Stability(Stable)
    @Internal
    public static final class ResourceClaim.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements ResourceClaim
    An implementation for ResourceClaim
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(ResourceClaim.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ResourceClaim.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.
    • Method Detail

      • getName

        public final String getName()
        Description copied from interface: ResourceClaim
        Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.
        Specified by:
        getName in interface ResourceClaim
      • $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