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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.panorama.CfnApplicationInstanceProps
CfnApplicationInstanceProps.Builder, CfnApplicationInstanceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationInstanceProps.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 ID of an application instance to replace with the new instance.final StringThe device's ID.final StringA description for the application instance.final StringA device's ID.final ObjectSetting overrides for the application manifest.final ObjectThe application's manifest document.final StringgetName()A name for the application instance.final StringThe ARN of a runtime role for the application instance.final StringOnly include instances with a specific status.getTags()Tags for the application instance.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 theCfnApplicationInstanceProps.Builder.
-
-
Method Details
-
getDefaultRuntimeContextDevice
Description copied from interface:CfnApplicationInstancePropsThe device's ID.- Specified by:
getDefaultRuntimeContextDevicein interfaceCfnApplicationInstanceProps
-
getManifestPayload
Description copied from interface:CfnApplicationInstancePropsThe application's manifest document.- Specified by:
getManifestPayloadin interfaceCfnApplicationInstanceProps
-
getApplicationInstanceIdToReplace
Description copied from interface:CfnApplicationInstancePropsThe ID of an application instance to replace with the new instance.- Specified by:
getApplicationInstanceIdToReplacein interfaceCfnApplicationInstanceProps
-
getDescription
Description copied from interface:CfnApplicationInstancePropsA description for the application instance.- Specified by:
getDescriptionin interfaceCfnApplicationInstanceProps
-
getDeviceId
Description copied from interface:CfnApplicationInstancePropsA device's ID.- Specified by:
getDeviceIdin interfaceCfnApplicationInstanceProps
-
getManifestOverridesPayload
Description copied from interface:CfnApplicationInstancePropsSetting overrides for the application manifest.- Specified by:
getManifestOverridesPayloadin interfaceCfnApplicationInstanceProps
-
getName
Description copied from interface:CfnApplicationInstancePropsA name for the application instance.- Specified by:
getNamein interfaceCfnApplicationInstanceProps
-
getRuntimeRoleArn
Description copied from interface:CfnApplicationInstancePropsThe ARN of a runtime role for the application instance.- Specified by:
getRuntimeRoleArnin interfaceCfnApplicationInstanceProps
-
getStatusFilter
Description copied from interface:CfnApplicationInstancePropsOnly include instances with a specific status.- Specified by:
getStatusFilterin interfaceCfnApplicationInstanceProps
-
getTags
Description copied from interface:CfnApplicationInstancePropsTags for the application instance.- Specified by:
getTagsin interfaceCfnApplicationInstanceProps
-
$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()
-