Class CfnStateTemplateProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnStateTemplateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStateTemplateProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStateTemplateProps
@Stability(Stable)
@Internal
public static final class CfnStateTemplateProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStateTemplateProps
An implementation for
CfnStateTemplateProps-
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.CfnStateTemplateProps
CfnStateTemplateProps.Builder, CfnStateTemplateProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnStateTemplateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStateTemplateProps.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 vehicle attributes associated with the payload published on the state template's MQTT topic.final StringA brief description of the state template.A list of vehicle attributes to associate with the user properties of the messages published on the state template's MQTT topic.final StringgetName()The unique alias of the state template.final StringThe Amazon Resource Name (ARN) of the signal catalog associated with the state template.A list of signals from which data is collected.getTags()Metadata that can be used to manage the state template.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 theCfnStateTemplateProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnStateTemplatePropsThe unique alias of the state template.- Specified by:
getNamein interfaceCfnStateTemplateProps- See Also:
-
getSignalCatalogArn
Description copied from interface:CfnStateTemplatePropsThe Amazon Resource Name (ARN) of the signal catalog associated with the state template.- Specified by:
getSignalCatalogArnin interfaceCfnStateTemplateProps- See Also:
-
getStateTemplateProperties
Description copied from interface:CfnStateTemplatePropsA list of signals from which data is collected.The state template properties contain the fully qualified names of the signals.
- Specified by:
getStateTemplatePropertiesin interfaceCfnStateTemplateProps- See Also:
-
getDataExtraDimensions
Description copied from interface:CfnStateTemplatePropsA list of vehicle attributes associated with the payload published on the state template's MQTT topic.- Specified by:
getDataExtraDimensionsin interfaceCfnStateTemplateProps- See Also:
-
getDescription
Description copied from interface:CfnStateTemplatePropsA brief description of the state template.- Specified by:
getDescriptionin interfaceCfnStateTemplateProps- See Also:
-
getMetadataExtraDimensions
Description copied from interface:CfnStateTemplatePropsA list of vehicle attributes to associate with the user properties of the messages published on the state template's MQTT topic.For example, if you add
Vehicle.Attributes.MakeandVehicle.Attributes.Modelattributes, these attributes are included as user properties with the MQTT message.- Specified by:
getMetadataExtraDimensionsin interfaceCfnStateTemplateProps- See Also:
-
getTags
Description copied from interface:CfnStateTemplatePropsMetadata that can be used to manage the state template.- Specified by:
getTagsin interfaceCfnStateTemplateProps- 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()
-