Class CfnComputationModelProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotsitewise.CfnComputationModelProps.Jsii$Proxy
- All Implemented Interfaces:
CfnComputationModelProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComputationModelProps
@Stability(Stable)
@Internal
public static final class CfnComputationModelProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComputationModelProps
An implementation for
CfnComputationModelProps
-
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.iotsitewise.CfnComputationModelProps
CfnComputationModelProps.Builder, CfnComputationModelProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnComputationModelProps.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 Object
The configuration for the computation model.final Object
The data binding for the computation model.final String
The description of the computation model.final String
The name of the computation model.getTags()
A list of key-value pairs that contain metadata for the asset.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 theCfnComputationModelProps.Builder
.
-
-
Method Details
-
getComputationModelConfiguration
Description copied from interface:CfnComputationModelProps
The configuration for the computation model.- Specified by:
getComputationModelConfiguration
in interfaceCfnComputationModelProps
- See Also:
-
getComputationModelDataBinding
Description copied from interface:CfnComputationModelProps
The data binding for the computation model.Key is a variable name defined in configuration. Value is a
ComputationModelDataBindingValue
referenced by the variable.- Specified by:
getComputationModelDataBinding
in interfaceCfnComputationModelProps
- See Also:
-
getComputationModelName
Description copied from interface:CfnComputationModelProps
The name of the computation model.- Specified by:
getComputationModelName
in interfaceCfnComputationModelProps
- See Also:
-
getComputationModelDescription
Description copied from interface:CfnComputationModelProps
The description of the computation model.- Specified by:
getComputationModelDescription
in interfaceCfnComputationModelProps
- See Also:
-
getTags
Description copied from interface:CfnComputationModelProps
A 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:
getTags
in interfaceCfnComputationModelProps
- 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()
-