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