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-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.servicecatalog.PortfolioProps
PortfolioProps.Builder, PortfolioProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(PortfolioProps.Builder builder) Constructor that initializes the object based on literal property values passed by thePortfolioProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringDescription for portfolio.final StringThe name of the portfolio.final MessageLanguageThe message language.final StringThe provider name.final TagOptionsTagOptions associated directly to a portfolio.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by thePortfolioProps.Builder.
-
-
Method Details
-
getDisplayName
Description copied from interface:PortfolioPropsThe name of the portfolio.- Specified by:
getDisplayNamein interfacePortfolioProps
-
getProviderName
Description copied from interface:PortfolioPropsThe provider name.- Specified by:
getProviderNamein interfacePortfolioProps
-
getDescription
Description copied from interface:PortfolioPropsDescription for portfolio.Default: - No description provided
- Specified by:
getDescriptionin interfacePortfolioProps
-
getMessageLanguage
Description copied from interface:PortfolioPropsThe message language.Controls language for status logging and errors.
Default: - English
- Specified by:
getMessageLanguagein interfacePortfolioProps
-
getTagOptions
Description copied from interface:PortfolioPropsTagOptions associated directly to a portfolio.Default: - No tagOptions provided
- Specified by:
getTagOptionsin interfacePortfolioProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-