Class RoleProps.Jsii$Proxy

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

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

      • getMetadata

        public final org.cdk8s.ApiObjectMetadata getMetadata()
        Description copied from interface: ResourceProps
        Metadata that all persisted resources must have, which includes all objects users must create.
        Specified by:
        getMetadata in interface ResourceProps
      • $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