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