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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.servicecatalog.PortfolioProps
PortfolioProps.Builder, PortfolioProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(PortfolioProps.Builder builder) Constructor that initializes the object based on literal property values passed by thePortfolioProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
Description for portfolio.final String
The name of the portfolio.final MessageLanguage
The message language.final String
The provider name.final TagOptions
TagOptions associated directly to a portfolio.final int
hashCode()
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:PortfolioProps
The name of the portfolio.- Specified by:
getDisplayName
in interfacePortfolioProps
-
getProviderName
Description copied from interface:PortfolioProps
The provider name.- Specified by:
getProviderName
in interfacePortfolioProps
-
getDescription
Description copied from interface:PortfolioProps
Description for portfolio.Default: - No description provided
- Specified by:
getDescription
in interfacePortfolioProps
-
getMessageLanguage
Description copied from interface:PortfolioProps
The message language.Controls language for status logging and errors.
Default: - English
- Specified by:
getMessageLanguage
in interfacePortfolioProps
-
getTagOptions
Description copied from interface:PortfolioProps
TagOptions associated directly to a portfolio.Default: - No tagOptions provided
- Specified by:
getTagOptions
in interfacePortfolioProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-