Class CfnComputationModelMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.CfnComputationModelMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnComputationModelMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComputationModelMixinProps
@Stability(Stable)
@Internal
public static final class CfnComputationModelMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComputationModelMixinProps
An implementation for
CfnComputationModelMixinProps-
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.iotsitewise.CfnComputationModelMixinProps
CfnComputationModelMixinProps.Builder, CfnComputationModelMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComputationModelMixinProps.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 ObjectThe configuration for the computation model.final ObjectThe data binding for the computation model.final StringThe description of the computation model.final StringThe name of the computation model.getTags()A list of key-value pairs that contain metadata for the asset.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 theCfnComputationModelMixinProps.Builder.
-
-
Method Details
-
getComputationModelConfiguration
Description copied from interface:CfnComputationModelMixinPropsThe configuration for the computation model.Returns union: either
IResolvableorCfnComputationModelPropsMixin.ComputationModelConfigurationProperty- Specified by:
getComputationModelConfigurationin interfaceCfnComputationModelMixinProps- See Also:
-
getComputationModelDataBinding
Description copied from interface:CfnComputationModelMixinPropsThe data binding for the computation model.Key is a variable name defined in configuration. Value is a
ComputationModelDataBindingValuereferenced by the variable.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnComputationModelPropsMixin.ComputationModelDataBindingValueProperty>- Specified by:
getComputationModelDataBindingin interfaceCfnComputationModelMixinProps- See Also:
-
getComputationModelDescription
Description copied from interface:CfnComputationModelMixinPropsThe description of the computation model.- Specified by:
getComputationModelDescriptionin interfaceCfnComputationModelMixinProps- See Also:
-
getComputationModelName
Description copied from interface:CfnComputationModelMixinPropsThe name of the computation model.- Specified by:
getComputationModelNamein interfaceCfnComputationModelMixinProps- See Also:
-
getTags
Description copied from interface:CfnComputationModelMixinPropsA list of key-value pairs that contain metadata for the asset.For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
- Specified by:
getTagsin interfaceCfnComputationModelMixinProps- 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()
-