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 CreateDecoderManifestRequest

    • Constructor Detail

      • CreateDecoderManifestRequest

        public CreateDecoderManifestRequest()
    • Method Detail

      • setName

        public void setName(String name)

        The unique name of the decoder manifest to create.

        Parameters:
        name - The unique name of the decoder manifest to create.
      • getName

        public String getName()

        The unique name of the decoder manifest to create.

        Returns:
        The unique name of the decoder manifest to create.
      • withName

        public CreateDecoderManifestRequest withName(String name)

        The unique name of the decoder manifest to create.

        Parameters:
        name - The unique name of the decoder manifest to create.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        A brief description of the decoder manifest.

        Parameters:
        description - A brief description of the decoder manifest.
      • getDescription

        public String getDescription()

        A brief description of the decoder manifest.

        Returns:
        A brief description of the decoder manifest.
      • withDescription

        public CreateDecoderManifestRequest withDescription(String description)

        A brief description of the decoder manifest.

        Parameters:
        description - A brief description of the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelManifestArn

        public void setModelManifestArn(String modelManifestArn)

        The Amazon Resource Name (ARN) of the vehicle model (model manifest).

        Parameters:
        modelManifestArn - The Amazon Resource Name (ARN) of the vehicle model (model manifest).
      • getModelManifestArn

        public String getModelManifestArn()

        The Amazon Resource Name (ARN) of the vehicle model (model manifest).

        Returns:
        The Amazon Resource Name (ARN) of the vehicle model (model manifest).
      • withModelManifestArn

        public CreateDecoderManifestRequest withModelManifestArn(String modelManifestArn)

        The Amazon Resource Name (ARN) of the vehicle model (model manifest).

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

        public List<SignalDecoder> getSignalDecoders()

        A list of information about signal decoders.

        Returns:
        A list of information about signal decoders.
      • setSignalDecoders

        public void setSignalDecoders(Collection<SignalDecoder> signalDecoders)

        A list of information about signal decoders.

        Parameters:
        signalDecoders - A list of information about signal decoders.
      • withSignalDecoders

        public CreateDecoderManifestRequest withSignalDecoders(Collection<SignalDecoder> signalDecoders)

        A list of information about signal decoders.

        Parameters:
        signalDecoders - A list of information about signal decoders.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getNetworkInterfaces

        public List<NetworkInterface> getNetworkInterfaces()

        A list of information about available network interfaces.

        Returns:
        A list of information about available network interfaces.
      • setNetworkInterfaces

        public void setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)

        A list of information about available network interfaces.

        Parameters:
        networkInterfaces - A list of information about available network interfaces.
      • withNetworkInterfaces

        public CreateDecoderManifestRequest withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)

        A list of information about available network interfaces.

        Parameters:
        networkInterfaces - A list of information about available network interfaces.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public List<Tag> getTags()

        Metadata that can be used to manage the decoder manifest.

        Returns:
        Metadata that can be used to manage the decoder manifest.
      • setTags

        public void setTags(Collection<Tag> tags)

        Metadata that can be used to manage the decoder manifest.

        Parameters:
        tags - Metadata that can be used to manage the decoder manifest.
      • withTags

        public CreateDecoderManifestRequest withTags(Tag... tags)

        Metadata that can be used to manage the decoder manifest.

        NOTE: This method appends the values to the existing list (if any). Use setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the existing values.

        Parameters:
        tags - Metadata that can be used to manage the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTags

        public CreateDecoderManifestRequest withTags(Collection<Tag> tags)

        Metadata that can be used to manage the decoder manifest.

        Parameters:
        tags - Metadata that can be used to manage the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 によって変換されたページ (->オリジナル) /