Class CfnSignalCatalogPropsMixin.SensorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnSignalCatalogPropsMixin.SensorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSignalCatalogPropsMixin.SensorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSignalCatalogPropsMixin.SensorProperty
@Stability(Stable)
@Internal
public static final class CfnSignalCatalogPropsMixin.SensorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSignalCatalogPropsMixin.SensorProperty
An implementation for
CfnSignalCatalogPropsMixin.SensorProperty-
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.SensorProperty
CfnSignalCatalogPropsMixin.SensorProperty.Builder, CfnSignalCatalogPropsMixin.SensorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSignalCatalogPropsMixin.SensorProperty.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 a sensor can take.final StringThe specified data type of the sensor.final StringA brief description of a sensor.final StringThe fully qualified name of the sensor.final NumbergetMax()The specified possible maximum value of the sensor.final NumbergetMin()The specified possible minimum value of the sensor.final StringgetUnit()The scientific unit of measurement for data collected by the sensor.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.SensorProperty.Builder.
-
-
Method Details
-
getAllowedValues
Description copied from interface:CfnSignalCatalogPropsMixin.SensorPropertyA list of possible values a sensor can take.- Specified by:
getAllowedValuesin interfaceCfnSignalCatalogPropsMixin.SensorProperty- See Also:
-
getDataType
Description copied from interface:CfnSignalCatalogPropsMixin.SensorPropertyThe specified data type of the sensor.- Specified by:
getDataTypein interfaceCfnSignalCatalogPropsMixin.SensorProperty- See Also:
-
getDescription
Description copied from interface:CfnSignalCatalogPropsMixin.SensorPropertyA brief description of a sensor.- Specified by:
getDescriptionin interfaceCfnSignalCatalogPropsMixin.SensorProperty- See Also:
-
getFullyQualifiedName
Description copied from interface:CfnSignalCatalogPropsMixin.SensorPropertyThe fully qualified name of the sensor.For example, the fully qualified name of a sensor might be
Vehicle.Body.Engine.Battery.- Specified by:
getFullyQualifiedNamein interfaceCfnSignalCatalogPropsMixin.SensorProperty- See Also:
-
getMax
Description copied from interface:CfnSignalCatalogPropsMixin.SensorPropertyThe specified possible maximum value of the sensor.- Specified by:
getMaxin interfaceCfnSignalCatalogPropsMixin.SensorProperty- See Also:
-
getMin
Description copied from interface:CfnSignalCatalogPropsMixin.SensorPropertyThe specified possible minimum value of the sensor.- Specified by:
getMinin interfaceCfnSignalCatalogPropsMixin.SensorProperty- See Also:
-
getUnit
Description copied from interface:CfnSignalCatalogPropsMixin.SensorPropertyThe scientific unit of measurement for data collected by the sensor.- Specified by:
getUnitin interfaceCfnSignalCatalogPropsMixin.SensorProperty- 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()
-