Class CfnAppBlockMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnAppBlockMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAppBlockMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAppBlockMixinProps
@Stability(Stable)
@Internal
public static final class CfnAppBlockMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAppBlockMixinProps
An implementation for
CfnAppBlockMixinProps-
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.CfnAppBlockMixinProps
CfnAppBlockMixinProps.Builder, CfnAppBlockMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAppBlockMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAppBlockMixinProps.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 StringThe description of the app block.final StringThe display name of the app block.final StringgetName()The name of the app block.final StringThe packaging type of the app block.final ObjectThe post setup script details of the app block.final ObjectThe setup script details of the app block.final ObjectThe source S3 location of the app block.getTags()The tags of the app block.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 theCfnAppBlockMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnAppBlockMixinPropsThe description of the app block.- Specified by:
getDescriptionin interfaceCfnAppBlockMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnAppBlockMixinPropsThe display name of the app block.- Specified by:
getDisplayNamein interfaceCfnAppBlockMixinProps- See Also:
-
getName
Description copied from interface:CfnAppBlockMixinPropsThe name of the app block.Pattern :
^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$- Specified by:
getNamein interfaceCfnAppBlockMixinProps- See Also:
-
getPackagingType
Description copied from interface:CfnAppBlockMixinPropsThe packaging type of the app block.- Specified by:
getPackagingTypein interfaceCfnAppBlockMixinProps- See Also:
-
getPostSetupScriptDetails
Description copied from interface:CfnAppBlockMixinPropsThe post setup script details of the app block.Returns union: either
IResolvableorCfnAppBlockPropsMixin.ScriptDetailsProperty- Specified by:
getPostSetupScriptDetailsin interfaceCfnAppBlockMixinProps- See Also:
-
getSetupScriptDetails
Description copied from interface:CfnAppBlockMixinPropsThe setup script details of the app block.Returns union: either
IResolvableorCfnAppBlockPropsMixin.ScriptDetailsProperty- Specified by:
getSetupScriptDetailsin interfaceCfnAppBlockMixinProps- See Also:
-
getSourceS3Location
Description copied from interface:CfnAppBlockMixinPropsThe source S3 location of the app block.Returns union: either
IResolvableorCfnAppBlockPropsMixin.S3LocationProperty- Specified by:
getSourceS3Locationin interfaceCfnAppBlockMixinProps- See Also:
-
getTags
Description copied from interface:CfnAppBlockMixinPropsThe tags of the app block.- Specified by:
getTagsin interfaceCfnAppBlockMixinProps- 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()
-