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
final Object
final String
A description about the computation model.final String
The name of the computation model.getTags()
An array of key-value pairs to apply to this resource.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
- Specified by:
getComputationModelConfiguration
in interfaceCfnComputationModelProps
- See Also:
-
getComputationModelDataBinding
- 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
A description about the computation model.- Specified by:
getComputationModelDescription
in interfaceCfnComputationModelProps
- See Also:
-
getTags
Description copied from interface:CfnComputationModelProps
An array of key-value pairs to apply to this resource.- 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()
-