public static final class CfnEntitlementProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEntitlementProps
CfnEntitlementProps
CfnEntitlementProps.Builder, CfnEntitlementProps.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) |
java.lang.String |
getAppVisibility()
Specifies whether to entitle all apps or only selected apps.
|
java.lang.Object |
getAttributes()
The attributes of the entitlement.
|
java.lang.String |
getDescription()
The description of the entitlement.
|
java.lang.String |
getName()
The name of the entitlement.
|
java.lang.String |
getStackName()
The name of the stack.
|
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 java.lang.String getAppVisibility()
CfnEntitlementProps
getAppVisibility
in interface CfnEntitlementProps
public final java.lang.Object getAttributes()
CfnEntitlementProps
getAttributes
in interface CfnEntitlementProps
public final java.lang.String getName()
CfnEntitlementProps
getName
in interface CfnEntitlementProps
public final java.lang.String getStackName()
CfnEntitlementProps
getStackName
in interface CfnEntitlementProps
public final java.lang.String getDescription()
CfnEntitlementProps
getDescription
in interface CfnEntitlementProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()