JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.iotfleetwise.model

Class UpdateVehicleRequest

    • Constructor Detail

      • UpdateVehicleRequest

        public UpdateVehicleRequest()
    • Method Detail

      • setVehicleName

        public void setVehicleName(String vehicleName)

        The unique ID of the vehicle to update.

        Parameters:
        vehicleName - The unique ID of the vehicle to update.
      • getVehicleName

        public String getVehicleName()

        The unique ID of the vehicle to update.

        Returns:
        The unique ID of the vehicle to update.
      • withVehicleName

        public UpdateVehicleRequest withVehicleName(String vehicleName)

        The unique ID of the vehicle to update.

        Parameters:
        vehicleName - The unique ID of the vehicle to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelManifestArn

        public void setModelManifestArn(String modelManifestArn)

        The ARN of a vehicle model (model manifest) associated with the vehicle.

        Parameters:
        modelManifestArn - The ARN of a vehicle model (model manifest) associated with the vehicle.
      • getModelManifestArn

        public String getModelManifestArn()

        The ARN of a vehicle model (model manifest) associated with the vehicle.

        Returns:
        The ARN of a vehicle model (model manifest) associated with the vehicle.
      • withModelManifestArn

        public UpdateVehicleRequest withModelManifestArn(String modelManifestArn)

        The ARN of a vehicle model (model manifest) associated with the vehicle.

        Parameters:
        modelManifestArn - The ARN of a vehicle model (model manifest) associated with the vehicle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDecoderManifestArn

        public void setDecoderManifestArn(String decoderManifestArn)

        The ARN of the decoder manifest associated with this vehicle.

        Parameters:
        decoderManifestArn - The ARN of the decoder manifest associated with this vehicle.
      • getDecoderManifestArn

        public String getDecoderManifestArn()

        The ARN of the decoder manifest associated with this vehicle.

        Returns:
        The ARN of the decoder manifest associated with this vehicle.
      • withDecoderManifestArn

        public UpdateVehicleRequest withDecoderManifestArn(String decoderManifestArn)

        The ARN of the decoder manifest associated with this vehicle.

        Parameters:
        decoderManifestArn - The ARN of the decoder manifest associated with this vehicle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getAttributes

        public Map<String,String> getAttributes()

        Static information about a vehicle in a key-value pair. For example:

        "engineType" : "1.3 L R2"

        Returns:
        Static information about a vehicle in a key-value pair. For example:

        "engineType" : "1.3 L R2"

      • setAttributes

        public void setAttributes(Map<String,String> attributes)

        Static information about a vehicle in a key-value pair. For example:

        "engineType" : "1.3 L R2"

        Parameters:
        attributes - Static information about a vehicle in a key-value pair. For example:

        "engineType" : "1.3 L R2"

      • withAttributes

        public UpdateVehicleRequest withAttributes(Map<String,String> attributes)

        Static information about a vehicle in a key-value pair. For example:

        "engineType" : "1.3 L R2"

        Parameters:
        attributes - Static information about a vehicle in a key-value pair. For example:

        "engineType" : "1.3 L R2"

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearAttributesEntries

        public UpdateVehicleRequest clearAttributesEntries()
        Removes all the entries added into Attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAttributeUpdateMode

        public void setAttributeUpdateMode(String attributeUpdateMode)

        The method the specified attributes will update the existing attributes on the vehicle. UseOverwite to replace the vehicle attributes with the specified attributes. Or use Merge to combine all attributes.

        This is required if attributes are present in the input.

        Parameters:
        attributeUpdateMode - The method the specified attributes will update the existing attributes on the vehicle. Use Overwite to replace the vehicle attributes with the specified attributes. Or use Merge to combine all attributes.

        This is required if attributes are present in the input.

        See Also:
        UpdateMode
      • getAttributeUpdateMode

        public String getAttributeUpdateMode()

        The method the specified attributes will update the existing attributes on the vehicle. UseOverwite to replace the vehicle attributes with the specified attributes. Or use Merge to combine all attributes.

        This is required if attributes are present in the input.

        Returns:
        The method the specified attributes will update the existing attributes on the vehicle. Use Overwite to replace the vehicle attributes with the specified attributes. Or use Merge to combine all attributes.

        This is required if attributes are present in the input.

        See Also:
        UpdateMode
      • withAttributeUpdateMode

        public UpdateVehicleRequest withAttributeUpdateMode(String attributeUpdateMode)

        The method the specified attributes will update the existing attributes on the vehicle. UseOverwite to replace the vehicle attributes with the specified attributes. Or use Merge to combine all attributes.

        This is required if attributes are present in the input.

        Parameters:
        attributeUpdateMode - The method the specified attributes will update the existing attributes on the vehicle. Use Overwite to replace the vehicle attributes with the specified attributes. Or use Merge to combine all attributes.

        This is required if attributes are present in the input.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UpdateMode
      • withAttributeUpdateMode

        public UpdateVehicleRequest withAttributeUpdateMode(UpdateMode attributeUpdateMode)

        The method the specified attributes will update the existing attributes on the vehicle. UseOverwite to replace the vehicle attributes with the specified attributes. Or use Merge to combine all attributes.

        This is required if attributes are present in the input.

        Parameters:
        attributeUpdateMode - The method the specified attributes will update the existing attributes on the vehicle. Use Overwite to replace the vehicle attributes with the specified attributes. Or use Merge to combine all attributes.

        This is required if attributes are present in the input.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UpdateMode
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /