Class CfnSignalCatalogPropsMixin.ActuatorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnSignalCatalogPropsMixin.ActuatorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSignalCatalogPropsMixin.ActuatorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSignalCatalogPropsMixin.ActuatorProperty
@Stability(Stable)
@Internal
public static final class CfnSignalCatalogPropsMixin.ActuatorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSignalCatalogPropsMixin.ActuatorProperty
An implementation for
CfnSignalCatalogPropsMixin.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.cfnpropertymixins.services.iotfleetwise.CfnSignalCatalogPropsMixin.ActuatorProperty
CfnSignalCatalogPropsMixin.ActuatorProperty.Builder, CfnSignalCatalogPropsMixin.ActuatorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSignalCatalogPropsMixin.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 theCfnSignalCatalogPropsMixin.ActuatorProperty.Builder.
-
-
Method Details
-
getAllowedValues
Description copied from interface:CfnSignalCatalogPropsMixin.ActuatorPropertyA list of possible values an actuator can take.- Specified by:
getAllowedValuesin interfaceCfnSignalCatalogPropsMixin.ActuatorProperty- See Also:
-
getAssignedValue
Description copied from interface:CfnSignalCatalogPropsMixin.ActuatorPropertyA specified value for the actuator.- Specified by:
getAssignedValuein interfaceCfnSignalCatalogPropsMixin.ActuatorProperty- See Also:
-
getDataType
Description copied from interface:CfnSignalCatalogPropsMixin.ActuatorPropertyThe specified data type of the actuator.- Specified by:
getDataTypein interfaceCfnSignalCatalogPropsMixin.ActuatorProperty- See Also:
-
getDescription
Description copied from interface:CfnSignalCatalogPropsMixin.ActuatorPropertyA brief description of the actuator.- Specified by:
getDescriptionin interfaceCfnSignalCatalogPropsMixin.ActuatorProperty- See Also:
-
getFullyQualifiedName
Description copied from interface:CfnSignalCatalogPropsMixin.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 interfaceCfnSignalCatalogPropsMixin.ActuatorProperty- See Also:
-
getMax
Description copied from interface:CfnSignalCatalogPropsMixin.ActuatorPropertyThe specified possible maximum value of an actuator.- Specified by:
getMaxin interfaceCfnSignalCatalogPropsMixin.ActuatorProperty- See Also:
-
getMin
Description copied from interface:CfnSignalCatalogPropsMixin.ActuatorPropertyThe specified possible minimum value of an actuator.- Specified by:
getMinin interfaceCfnSignalCatalogPropsMixin.ActuatorProperty- See Also:
-
getUnit
Description copied from interface:CfnSignalCatalogPropsMixin.ActuatorPropertyThe scientific unit for the actuator.- Specified by:
getUnitin interfaceCfnSignalCatalogPropsMixin.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()
-