Class CfnVehicleProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnVehicleProps.Jsii$Proxy
All Implemented Interfaces:
CfnVehicleProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnVehicleProps

@Stability(Stable) @Internal public static final class CfnVehicleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVehicleProps
An implementation for CfnVehicleProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotfleetwise.CfnVehicleProps

    CfnVehicleProps.Builder, CfnVehicleProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnVehicleProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    (Optional) An option to create a new AWS IoT thing when creating a vehicle, or to validate an existing thing as a vehicle.
    final Object
    (Optional) Static information about a vehicle in a key-value pair.
    final String
    The Amazon Resource Name (ARN) of a decoder manifest associated with the vehicle to create.
    final String
    The Amazon Resource Name (ARN) of the vehicle model (model manifest) to create the vehicle from.
    final String
    The unique ID of the vehicle.
    final List<CfnTag>
    (Optional) Metadata which can be used to manage the vehicle.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnVehicleProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnVehicleProps.Builder.
  • Method Details

    • getDecoderManifestArn

      public final String getDecoderManifestArn()
      Description copied from interface: CfnVehicleProps
      The Amazon Resource Name (ARN) of a decoder manifest associated with the vehicle to create.
      Specified by:
      getDecoderManifestArn in interface CfnVehicleProps
    • getModelManifestArn

      public final String getModelManifestArn()
      Description copied from interface: CfnVehicleProps
      The Amazon Resource Name (ARN) of the vehicle model (model manifest) to create the vehicle from.
      Specified by:
      getModelManifestArn in interface CfnVehicleProps
    • getName

      public final String getName()
      Description copied from interface: CfnVehicleProps
      The unique ID of the vehicle.
      Specified by:
      getName in interface CfnVehicleProps
    • getAssociationBehavior

      public final String getAssociationBehavior()
      Description copied from interface: CfnVehicleProps
      (Optional) An option to create a new AWS IoT thing when creating a vehicle, or to validate an existing thing as a vehicle.
      Specified by:
      getAssociationBehavior in interface CfnVehicleProps
    • getAttributes

      public final Object getAttributes()
      Description copied from interface: CfnVehicleProps
      (Optional) Static information about a vehicle in a key-value pair.

      For example: "engine Type" : "v6"

      Specified by:
      getAttributes in interface CfnVehicleProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnVehicleProps
      (Optional) Metadata which can be used to manage the vehicle.
      Specified by:
      getTags in interface CfnVehicleProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object