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 UpdateDecoderManifestRequest

    • Constructor Detail

      • UpdateDecoderManifestRequest

        public UpdateDecoderManifestRequest()
    • Method Detail

      • setName

        public void setName(String name)

        The name of the decoder manifest to update.

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

        public String getName()

        The name of the decoder manifest to update.

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

        public UpdateDecoderManifestRequest withName(String name)

        The name of the decoder manifest to update.

        Parameters:
        name - The name of the decoder manifest to update.
        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 to update.

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

        public String getDescription()

        A brief description of the decoder manifest to update.

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

        public UpdateDecoderManifestRequest withDescription(String description)

        A brief description of the decoder manifest to update.

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

        public List<SignalDecoder> getSignalDecodersToAdd()

        A list of information about decoding additional signals to add to the decoder manifest.

        Returns:
        A list of information about decoding additional signals to add to the decoder manifest.
      • setSignalDecodersToAdd

        public void setSignalDecodersToAdd(Collection<SignalDecoder> signalDecodersToAdd)

        A list of information about decoding additional signals to add to the decoder manifest.

        Parameters:
        signalDecodersToAdd - A list of information about decoding additional signals to add to the decoder manifest.
      • withSignalDecodersToAdd

        public UpdateDecoderManifestRequest withSignalDecodersToAdd(Collection<SignalDecoder> signalDecodersToAdd)

        A list of information about decoding additional signals to add to the decoder manifest.

        Parameters:
        signalDecodersToAdd - A list of information about decoding additional signals to add to the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSignalDecodersToUpdate

        public List<SignalDecoder> getSignalDecodersToUpdate()

        A list of updated information about decoding signals to update in the decoder manifest.

        Returns:
        A list of updated information about decoding signals to update in the decoder manifest.
      • setSignalDecodersToUpdate

        public void setSignalDecodersToUpdate(Collection<SignalDecoder> signalDecodersToUpdate)

        A list of updated information about decoding signals to update in the decoder manifest.

        Parameters:
        signalDecodersToUpdate - A list of updated information about decoding signals to update in the decoder manifest.
      • withSignalDecodersToUpdate

        public UpdateDecoderManifestRequest withSignalDecodersToUpdate(Collection<SignalDecoder> signalDecodersToUpdate)

        A list of updated information about decoding signals to update in the decoder manifest.

        Parameters:
        signalDecodersToUpdate - A list of updated information about decoding signals to update in the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSignalDecodersToRemove

        public List<String> getSignalDecodersToRemove()

        A list of signal decoders to remove from the decoder manifest.

        Returns:
        A list of signal decoders to remove from the decoder manifest.
      • setSignalDecodersToRemove

        public void setSignalDecodersToRemove(Collection<String> signalDecodersToRemove)

        A list of signal decoders to remove from the decoder manifest.

        Parameters:
        signalDecodersToRemove - A list of signal decoders to remove from the decoder manifest.
      • withSignalDecodersToRemove

        public UpdateDecoderManifestRequest withSignalDecodersToRemove(Collection<String> signalDecodersToRemove)

        A list of signal decoders to remove from the decoder manifest.

        Parameters:
        signalDecodersToRemove - A list of signal decoders to remove from the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getNetworkInterfacesToAdd

        public List<NetworkInterface> getNetworkInterfacesToAdd()

        A list of information about the network interfaces to add to the decoder manifest.

        Returns:
        A list of information about the network interfaces to add to the decoder manifest.
      • setNetworkInterfacesToAdd

        public void setNetworkInterfacesToAdd(Collection<NetworkInterface> networkInterfacesToAdd)

        A list of information about the network interfaces to add to the decoder manifest.

        Parameters:
        networkInterfacesToAdd - A list of information about the network interfaces to add to the decoder manifest.
      • withNetworkInterfacesToAdd

        public UpdateDecoderManifestRequest withNetworkInterfacesToAdd(Collection<NetworkInterface> networkInterfacesToAdd)

        A list of information about the network interfaces to add to the decoder manifest.

        Parameters:
        networkInterfacesToAdd - A list of information about the network interfaces to add to the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getNetworkInterfacesToUpdate

        public List<NetworkInterface> getNetworkInterfacesToUpdate()

        A list of information about the network interfaces to update in the decoder manifest.

        Returns:
        A list of information about the network interfaces to update in the decoder manifest.
      • setNetworkInterfacesToUpdate

        public void setNetworkInterfacesToUpdate(Collection<NetworkInterface> networkInterfacesToUpdate)

        A list of information about the network interfaces to update in the decoder manifest.

        Parameters:
        networkInterfacesToUpdate - A list of information about the network interfaces to update in the decoder manifest.
      • withNetworkInterfacesToUpdate

        public UpdateDecoderManifestRequest withNetworkInterfacesToUpdate(Collection<NetworkInterface> networkInterfacesToUpdate)

        A list of information about the network interfaces to update in the decoder manifest.

        Parameters:
        networkInterfacesToUpdate - A list of information about the network interfaces to update in the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getNetworkInterfacesToRemove

        public List<String> getNetworkInterfacesToRemove()

        A list of network interfaces to remove from the decoder manifest.

        Returns:
        A list of network interfaces to remove from the decoder manifest.
      • setNetworkInterfacesToRemove

        public void setNetworkInterfacesToRemove(Collection<String> networkInterfacesToRemove)

        A list of network interfaces to remove from the decoder manifest.

        Parameters:
        networkInterfacesToRemove - A list of network interfaces to remove from the decoder manifest.
      • withNetworkInterfacesToRemove

        public UpdateDecoderManifestRequest withNetworkInterfacesToRemove(Collection<String> networkInterfacesToRemove)

        A list of network interfaces to remove from the decoder manifest.

        Parameters:
        networkInterfacesToRemove - A list of network interfaces to remove from the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is DRAFT, you can edit the decoder manifest.

        Parameters:
        status - The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is DRAFT, you can edit the decoder manifest.
        See Also:
        ManifestStatus
      • getStatus

        public String getStatus()

        The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is DRAFT, you can edit the decoder manifest.

        Returns:
        The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is DRAFT, you can edit the decoder manifest.
        See Also:
        ManifestStatus
      • withStatus

        public UpdateDecoderManifestRequest withStatus(String status)

        The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is DRAFT, you can edit the decoder manifest.

        Parameters:
        status - The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is DRAFT, you can edit the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ManifestStatus
      • withStatus

        public UpdateDecoderManifestRequest withStatus(ManifestStatus status)

        The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is DRAFT, you can edit the decoder manifest.

        Parameters:
        status - The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is DRAFT, you can edit the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ManifestStatus
      • 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 によって変換されたページ (->オリジナル) /