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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog.ActuatorProperty
CfnSignalCatalog.ActuatorProperty.Builder, CfnSignalCatalog.ActuatorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSignalCatalog.ActuatorProperty.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 boolean(Optional) A list of possible values an actuator can take.final String(Optional) A specified value for the actuator.final StringThe specified data type of the actuator.final String(Optional) A brief description of the actuator.final StringThe fully qualified name of the actuator.final NumbergetMax()(Optional) The specified possible maximum value of an actuator.final NumbergetMin()(Optional) The specified possible minimum value of an actuator.final StringgetUnit()(Optional) The scientific unit for the actuator.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 theCfnSignalCatalog.ActuatorProperty.Builder.
-
-
Method Details
-
getDataType
Description copied from interface:CfnSignalCatalog.ActuatorPropertyThe specified data type of the actuator.- Specified by:
getDataTypein interfaceCfnSignalCatalog.ActuatorProperty
-
getFullyQualifiedName
Description copied from interface:CfnSignalCatalog.ActuatorPropertyThe fully qualified name of the actuator.For example, the fully qualified name of an actuator might be
Vehicle.Front.Left.Door.Lock.- Specified by:
getFullyQualifiedNamein interfaceCfnSignalCatalog.ActuatorProperty
-
getAllowedValues
Description copied from interface:CfnSignalCatalog.ActuatorProperty(Optional) A list of possible values an actuator can take.- Specified by:
getAllowedValuesin interfaceCfnSignalCatalog.ActuatorProperty
-
getAssignedValue
Description copied from interface:CfnSignalCatalog.ActuatorProperty(Optional) A specified value for the actuator.- Specified by:
getAssignedValuein interfaceCfnSignalCatalog.ActuatorProperty
-
getDescription
Description copied from interface:CfnSignalCatalog.ActuatorProperty(Optional) A brief description of the actuator.- Specified by:
getDescriptionin interfaceCfnSignalCatalog.ActuatorProperty
-
getMax
Description copied from interface:CfnSignalCatalog.ActuatorProperty(Optional) The specified possible maximum value of an actuator.- Specified by:
getMaxin interfaceCfnSignalCatalog.ActuatorProperty
-
getMin
Description copied from interface:CfnSignalCatalog.ActuatorProperty(Optional) The specified possible minimum value of an actuator.- Specified by:
getMinin interfaceCfnSignalCatalog.ActuatorProperty
-
getUnit
Description copied from interface:CfnSignalCatalog.ActuatorProperty(Optional) The scientific unit for the actuator.- Specified by:
getUnitin interfaceCfnSignalCatalog.ActuatorProperty
-
$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()
-