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 booleanA list of possible values an actuator can take.final StringA specified value for the actuator.final StringThe specified data type of the actuator.final StringA brief description of the actuator.final StringThe fully qualified name of the actuator.final NumbergetMax()The specified possible maximum value of an actuator.final NumbergetMin()The specified possible minimum value of an actuator.final StringgetUnit()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- See Also:
-
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- See Also:
-
getAllowedValues
Description copied from interface:CfnSignalCatalog.ActuatorPropertyA list of possible values an actuator can take.- Specified by:
getAllowedValuesin interfaceCfnSignalCatalog.ActuatorProperty- See Also:
-
getAssignedValue
Description copied from interface:CfnSignalCatalog.ActuatorPropertyA specified value for the actuator.- Specified by:
getAssignedValuein interfaceCfnSignalCatalog.ActuatorProperty- See Also:
-
getDescription
Description copied from interface:CfnSignalCatalog.ActuatorPropertyA brief description of the actuator.- Specified by:
getDescriptionin interfaceCfnSignalCatalog.ActuatorProperty- See Also:
-
getMax
Description copied from interface:CfnSignalCatalog.ActuatorPropertyThe specified possible maximum value of an actuator.- Specified by:
getMaxin interfaceCfnSignalCatalog.ActuatorProperty- See Also:
-
getMin
Description copied from interface:CfnSignalCatalog.ActuatorPropertyThe specified possible minimum value of an actuator.- Specified by:
getMinin interfaceCfnSignalCatalog.ActuatorProperty- See Also:
-
getUnit
Description copied from interface:CfnSignalCatalog.ActuatorPropertyThe scientific unit for the actuator.- Specified by:
getUnitin interfaceCfnSignalCatalog.ActuatorProperty- 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()
-