public static final class PortfolioShareOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PortfolioShareOptions
PortfolioShareOptions
PortfolioShareOptions.Builder, PortfolioShareOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
MessageLanguage |
getMessageLanguage()
The message language of the share.
|
java.lang.Boolean |
getShareTagOptions()
Whether to share tagOptions as a part of the portfolio share.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final MessageLanguage getMessageLanguage()
PortfolioShareOptions
Controls status and error message language for share.
Default: - English
getMessageLanguage
in interface PortfolioShareOptions
public final java.lang.Boolean getShareTagOptions()
PortfolioShareOptions
Default: - share not specified
getShareTagOptions
in interface PortfolioShareOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()