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 UpdateModelManifestRequest

    • Constructor Detail

      • UpdateModelManifestRequest

        public UpdateModelManifestRequest()
    • Method Detail

      • setName

        public void setName(String name)

        The name of the vehicle model to update.

        Parameters:
        name - The name of the vehicle model to update.
      • getName

        public String getName()

        The name of the vehicle model to update.

        Returns:
        The name of the vehicle model to update.
      • withName

        public UpdateModelManifestRequest withName(String name)

        The name of the vehicle model to update.

        Parameters:
        name - The name of the vehicle model 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 vehicle model.

        Parameters:
        description - A brief description of the vehicle model.
      • getDescription

        public String getDescription()

        A brief description of the vehicle model.

        Returns:
        A brief description of the vehicle model.
      • withDescription

        public UpdateModelManifestRequest withDescription(String description)

        A brief description of the vehicle model.

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

        public List<String> getNodesToAdd()

        A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the vehicle model.

        Returns:
        A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the vehicle model.
      • setNodesToAdd

        public void setNodesToAdd(Collection<String> nodesToAdd)

        A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the vehicle model.

        Parameters:
        nodesToAdd - A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the vehicle model.
      • withNodesToAdd

        public UpdateModelManifestRequest withNodesToAdd(String... nodesToAdd)

        A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the vehicle model.

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

        Parameters:
        nodesToAdd - A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the vehicle model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withNodesToAdd

        public UpdateModelManifestRequest withNodesToAdd(Collection<String> nodesToAdd)

        A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the vehicle model.

        Parameters:
        nodesToAdd - A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the vehicle model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getNodesToRemove

        public List<String> getNodesToRemove()

        A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to remove from the vehicle model.

        Returns:
        A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to remove from the vehicle model.
      • setNodesToRemove

        public void setNodesToRemove(Collection<String> nodesToRemove)

        A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to remove from the vehicle model.

        Parameters:
        nodesToRemove - A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to remove from the vehicle model.
      • withNodesToRemove

        public UpdateModelManifestRequest withNodesToRemove(String... nodesToRemove)

        A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to remove from the vehicle model.

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

        Parameters:
        nodesToRemove - A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to remove from the vehicle model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withNodesToRemove

        public UpdateModelManifestRequest withNodesToRemove(Collection<String> nodesToRemove)

        A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to remove from the vehicle model.

        Parameters:
        nodesToRemove - A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to remove from the vehicle model.
        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 vehicle model. If the status is ACTIVE, the vehicle model can't be edited. If the status is DRAFT, you can edit the vehicle model.

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

        public String getStatus()

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

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

        public UpdateModelManifestRequest withStatus(String status)

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

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

        public UpdateModelManifestRequest withStatus(ManifestStatus status)

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

        Parameters:
        status - The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. If the status is DRAFT, you can edit the vehicle model.
        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 によって変換されたページ (->オリジナル) /