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 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 theCfnSignalCatalog.AttributeProperty.Builder.
-
-
Method Details
-
getDataType
Description copied from interface:CfnSignalCatalog.AttributePropertyThe specified data type of the attribute.- Specified by:
getDataTypein interfaceCfnSignalCatalog.AttributeProperty- See Also:
-
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- See Also:
-
getAllowedValues
Description copied from interface:CfnSignalCatalog.AttributePropertyA list of possible values an attribute can be assigned.- Specified by:
getAllowedValuesin interfaceCfnSignalCatalog.AttributeProperty- See Also:
-
getAssignedValue
Description copied from interface:CfnSignalCatalog.AttributePropertyA specified value for the attribute.- Specified by:
getAssignedValuein interfaceCfnSignalCatalog.AttributeProperty- See Also:
-
getDefaultValue
Description copied from interface:CfnSignalCatalog.AttributePropertyThe default value of the attribute.- Specified by:
getDefaultValuein interfaceCfnSignalCatalog.AttributeProperty- See Also:
-
getDescription
Description copied from interface:CfnSignalCatalog.AttributePropertyA brief description of the attribute.- Specified by:
getDescriptionin interfaceCfnSignalCatalog.AttributeProperty- See Also:
-
getMax
Description copied from interface:CfnSignalCatalog.AttributePropertyThe specified possible maximum value of the attribute.- Specified by:
getMaxin interfaceCfnSignalCatalog.AttributeProperty- See Also:
-
getMin
Description copied from interface:CfnSignalCatalog.AttributePropertyThe specified possible minimum value of the attribute.- Specified by:
getMinin interfaceCfnSignalCatalog.AttributeProperty- See Also:
-
getUnit
Description copied from interface:CfnSignalCatalog.AttributePropertyThe scientific unit for the attribute.- Specified by:
getUnitin interfaceCfnSignalCatalog.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()
-