Class PortfolioShareOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalog.PortfolioShareOptions.Jsii$Proxy
- All Implemented Interfaces:
PortfolioShareOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PortfolioShareOptions
@Stability(Stable)
@Internal
public static final class PortfolioShareOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PortfolioShareOptions
An implementation for
PortfolioShareOptions
-
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.PortfolioShareOptions
PortfolioShareOptions.Builder, PortfolioShareOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(PortfolioShareOptions.Builder builder) Constructor that initializes the object based on literal property values passed by thePortfolioShareOptions.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 MessageLanguage
The message language of the share.final Boolean
Whether to share tagOptions as a part of the portfolio share.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.
-
-
Method Details
-
getMessageLanguage
Description copied from interface:PortfolioShareOptions
The message language of the share.Controls status and error message language for share.
Default: - English
- Specified by:
getMessageLanguage
in interfacePortfolioShareOptions
-
$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()
-