Class PortfolioProps.Jsii$Proxy

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

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

    • getDisplayName

      public final String getDisplayName()
      Description copied from interface: PortfolioProps
      The name of the portfolio.
      Specified by:
      getDisplayName in interface PortfolioProps
    • getProviderName

      public final String getProviderName()
      Description copied from interface: PortfolioProps
      The provider name.
      Specified by:
      getProviderName in interface PortfolioProps
    • getDescription

      public final String getDescription()
      Description copied from interface: PortfolioProps
      Description for portfolio.

      Default: - No description provided

      Specified by:
      getDescription in interface PortfolioProps
    • getMessageLanguage

      public final MessageLanguage getMessageLanguage()
      Description copied from interface: PortfolioProps
      The message language.

      Controls language for status logging and errors.

      Default: - English

      Specified by:
      getMessageLanguage in interface PortfolioProps
    • getTagOptions

      public final TagOptions getTagOptions()
      Description copied from interface: PortfolioProps
      TagOptions associated directly to a portfolio.

      Default: - No tagOptions provided

      Specified by:
      getTagOptions in interface PortfolioProps
    • $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