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 CreateModelManifestRequest

    • Constructor Detail

      • CreateModelManifestRequest

        public CreateModelManifestRequest()
    • Method Detail

      • setName

        public void setName(String name)

        The name of the vehicle model to create.

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

        public String getName()

        The name of the vehicle model to create.

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

        public CreateModelManifestRequest withName(String name)

        The name of the vehicle model to create.

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

        public List<String> getNodes()

        A list of nodes, which are a general abstraction of signals.

        Returns:
        A list of nodes, which are a general abstraction of signals.
      • setNodes

        public void setNodes(Collection<String> nodes)

        A list of nodes, which are a general abstraction of signals.

        Parameters:
        nodes - A list of nodes, which are a general abstraction of signals.
      • withNodes

        public CreateModelManifestRequest withNodes(String... nodes)

        A list of nodes, which are a general abstraction of signals.

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

        Parameters:
        nodes - A list of nodes, which are a general abstraction of signals.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withNodes

        public CreateModelManifestRequest withNodes(Collection<String> nodes)

        A list of nodes, which are a general abstraction of signals.

        Parameters:
        nodes - A list of nodes, which are a general abstraction of signals.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSignalCatalogArn

        public void setSignalCatalogArn(String signalCatalogArn)

        The Amazon Resource Name (ARN) of a signal catalog.

        Parameters:
        signalCatalogArn - The Amazon Resource Name (ARN) of a signal catalog.
      • getSignalCatalogArn

        public String getSignalCatalogArn()

        The Amazon Resource Name (ARN) of a signal catalog.

        Returns:
        The Amazon Resource Name (ARN) of a signal catalog.
      • withSignalCatalogArn

        public CreateModelManifestRequest withSignalCatalogArn(String signalCatalogArn)

        The Amazon Resource Name (ARN) of a signal catalog.

        Parameters:
        signalCatalogArn - The Amazon Resource Name (ARN) of a signal catalog.
        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 vehicle model.

        Returns:
        Metadata that can be used to manage the vehicle model.
      • setTags

        public void setTags(Collection<Tag> tags)

        Metadata that can be used to manage the vehicle model.

        Parameters:
        tags - Metadata that can be used to manage the vehicle model.
      • withTags

        public CreateModelManifestRequest withTags(Tag... tags)

        Metadata that can be used to manage the vehicle model.

        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 vehicle model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTags

        public CreateModelManifestRequest withTags(Collection<Tag> tags)

        Metadata that can be used to manage the vehicle model.

        Parameters:
        tags - Metadata that can be used to manage the vehicle model.
        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 によって変換されたページ (->オリジナル) /