Class CfnSignalCatalog.ActuatorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog.ActuatorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSignalCatalog.ActuatorProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSignalCatalog.ActuatorProperty
@Stability(Stable)
@Internal
public static final class CfnSignalCatalog.ActuatorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSignalCatalog.ActuatorProperty
An implementation for
CfnSignalCatalog.ActuatorProperty
-
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.iotfleetwise.CfnSignalCatalog.ActuatorProperty
CfnSignalCatalog.ActuatorProperty.Builder, CfnSignalCatalog.ActuatorProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSignalCatalog.ActuatorProperty.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
(Optional) A list of possible values an actuator can take.final String
(Optional) A specified value for the actuator.final String
The specified data type of the actuator.final String
(Optional) A brief description of the actuator.final String
The fully qualified name of the actuator.final Number
getMax()
(Optional) The specified possible maximum value of an actuator.final Number
getMin()
(Optional) The specified possible minimum value of an actuator.final String
getUnit()
(Optional) The scientific unit for the actuator.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 theCfnSignalCatalog.ActuatorProperty.Builder
.
-
-
Method Details
-
getDataType
Description copied from interface:CfnSignalCatalog.ActuatorProperty
The specified data type of the actuator.- Specified by:
getDataType
in interfaceCfnSignalCatalog.ActuatorProperty
-
getFullyQualifiedName
Description copied from interface:CfnSignalCatalog.ActuatorProperty
The fully qualified name of the actuator.For example, the fully qualified name of an actuator might be
Vehicle.Front.Left.Door.Lock
.- Specified by:
getFullyQualifiedName
in interfaceCfnSignalCatalog.ActuatorProperty
-
getAllowedValues
Description copied from interface:CfnSignalCatalog.ActuatorProperty
(Optional) A list of possible values an actuator can take.- Specified by:
getAllowedValues
in interfaceCfnSignalCatalog.ActuatorProperty
-
getAssignedValue
Description copied from interface:CfnSignalCatalog.ActuatorProperty
(Optional) A specified value for the actuator.- Specified by:
getAssignedValue
in interfaceCfnSignalCatalog.ActuatorProperty
-
getDescription
Description copied from interface:CfnSignalCatalog.ActuatorProperty
(Optional) A brief description of the actuator.- Specified by:
getDescription
in interfaceCfnSignalCatalog.ActuatorProperty
-
getMax
Description copied from interface:CfnSignalCatalog.ActuatorProperty
(Optional) The specified possible maximum value of an actuator.- Specified by:
getMax
in interfaceCfnSignalCatalog.ActuatorProperty
-
getMin
Description copied from interface:CfnSignalCatalog.ActuatorProperty
(Optional) The specified possible minimum value of an actuator.- Specified by:
getMin
in interfaceCfnSignalCatalog.ActuatorProperty
-
getUnit
Description copied from interface:CfnSignalCatalog.ActuatorProperty
(Optional) The scientific unit for the actuator.- Specified by:
getUnit
in interfaceCfnSignalCatalog.ActuatorProperty
-
$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()
-