Class CfnEntitlementMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnEntitlementMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEntitlementMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEntitlementMixinProps
@Stability(Stable)
@Internal
public static final class CfnEntitlementMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEntitlementMixinProps
An implementation for
CfnEntitlementMixinProps-
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.cfnpropertymixins.services.appstream.CfnEntitlementMixinProps
CfnEntitlementMixinProps.Builder, CfnEntitlementMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEntitlementMixinProps.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 StringSpecifies whether to entitle all apps or only selected apps.final ObjectThe attributes of the entitlement.final StringThe description of the entitlement.final StringgetName()The name of the entitlement.final StringThe name of the stack.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 theCfnEntitlementMixinProps.Builder.
-
-
Method Details
-
getAppVisibility
Description copied from interface:CfnEntitlementMixinPropsSpecifies whether to entitle all apps or only selected apps.- Specified by:
getAppVisibilityin interfaceCfnEntitlementMixinProps- See Also:
-
getAttributes
Description copied from interface:CfnEntitlementMixinPropsThe attributes of the entitlement.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEntitlementPropsMixin.AttributeProperty>- Specified by:
getAttributesin interfaceCfnEntitlementMixinProps- See Also:
-
getDescription
Description copied from interface:CfnEntitlementMixinPropsThe description of the entitlement.- Specified by:
getDescriptionin interfaceCfnEntitlementMixinProps- See Also:
-
getName
Description copied from interface:CfnEntitlementMixinPropsThe name of the entitlement.- Specified by:
getNamein interfaceCfnEntitlementMixinProps- See Also:
-
getStackName
Description copied from interface:CfnEntitlementMixinPropsThe name of the stack.- Specified by:
getStackNamein interfaceCfnEntitlementMixinProps- See Also:
-
$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()
-