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