Class CfnApplicationInstanceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.panorama.CfnApplicationInstanceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationInstanceProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationInstanceProps
@Stability(Stable)
@Internal
public static final class CfnApplicationInstanceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationInstanceProps
An implementation for
CfnApplicationInstanceProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.panorama.CfnApplicationInstanceProps
CfnApplicationInstanceProps.Builder, CfnApplicationInstanceProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplicationInstanceProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The ID of an application instance to replace with the new instance.final String
The device's ID.final String
A description for the application instance.final Object
Setting overrides for the application manifest.final Object
The application's manifest document.final String
getName()
A name for the application instance.final String
The ARN of a runtime role for the application instance.getTags()
Tags for the application instance.final int
hashCode()
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 theCfnApplicationInstanceProps.Builder
.
-
-
Method Details
-
getDefaultRuntimeContextDevice
Description copied from interface:CfnApplicationInstanceProps
The device's ID.- Specified by:
getDefaultRuntimeContextDevice
in interfaceCfnApplicationInstanceProps
- See Also:
-
getManifestPayload
Description copied from interface:CfnApplicationInstanceProps
The application's manifest document.- Specified by:
getManifestPayload
in interfaceCfnApplicationInstanceProps
- See Also:
-
getApplicationInstanceIdToReplace
Description copied from interface:CfnApplicationInstanceProps
The ID of an application instance to replace with the new instance.- Specified by:
getApplicationInstanceIdToReplace
in interfaceCfnApplicationInstanceProps
- See Also:
-
getDescription
Description copied from interface:CfnApplicationInstanceProps
A description for the application instance.- Specified by:
getDescription
in interfaceCfnApplicationInstanceProps
- See Also:
-
getManifestOverridesPayload
Description copied from interface:CfnApplicationInstanceProps
Setting overrides for the application manifest.- Specified by:
getManifestOverridesPayload
in interfaceCfnApplicationInstanceProps
- See Also:
-
getName
Description copied from interface:CfnApplicationInstanceProps
A name for the application instance.- Specified by:
getName
in interfaceCfnApplicationInstanceProps
- See Also:
-
getRuntimeRoleArn
Description copied from interface:CfnApplicationInstanceProps
The ARN of a runtime role for the application instance.- Specified by:
getRuntimeRoleArn
in interfaceCfnApplicationInstanceProps
- See Also:
-
getTags
Description copied from interface:CfnApplicationInstanceProps
Tags for the application instance.- Specified by:
getTags
in interfaceCfnApplicationInstanceProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-