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.iot1clickprojects.model

Class UpdateProjectRequest

    • Constructor Detail

      • UpdateProjectRequest

        public UpdateProjectRequest()
    • Method Detail

      • setProjectName

        public void setProjectName(String projectName)

        The name of the project to be updated.

        Parameters:
        projectName - The name of the project to be updated.
      • getProjectName

        public String getProjectName()

        The name of the project to be updated.

        Returns:
        The name of the project to be updated.
      • withProjectName

        public UpdateProjectRequest withProjectName(String projectName)

        The name of the project to be updated.

        Parameters:
        projectName - The name of the project to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        An optional user-defined description for the project.

        Parameters:
        description - An optional user-defined description for the project.
      • getDescription

        public String getDescription()

        An optional user-defined description for the project.

        Returns:
        An optional user-defined description for the project.
      • withDescription

        public UpdateProjectRequest withDescription(String description)

        An optional user-defined description for the project.

        Parameters:
        description - An optional user-defined description for the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPlacementTemplate

        public void setPlacementTemplate(PlacementTemplate placementTemplate)

        An object defining the project update. Once a project has been created, you cannot add device template names to the project. However, for a given placementTemplate, you can update the associated callbackOverrides for the device definition using this API.

        Parameters:
        placementTemplate - An object defining the project update. Once a project has been created, you cannot add device template names to the project. However, for a given placementTemplate, you can update the associated callbackOverrides for the device definition using this API.
      • getPlacementTemplate

        public PlacementTemplate getPlacementTemplate()

        An object defining the project update. Once a project has been created, you cannot add device template names to the project. However, for a given placementTemplate, you can update the associated callbackOverrides for the device definition using this API.

        Returns:
        An object defining the project update. Once a project has been created, you cannot add device template names to the project. However, for a given placementTemplate, you can update the associated callbackOverrides for the device definition using this API.
      • withPlacementTemplate

        public UpdateProjectRequest withPlacementTemplate(PlacementTemplate placementTemplate)

        An object defining the project update. Once a project has been created, you cannot add device template names to the project. However, for a given placementTemplate, you can update the associated callbackOverrides for the device definition using this API.

        Parameters:
        placementTemplate - An object defining the project update. Once a project has been created, you cannot add device template names to the project. However, for a given placementTemplate, you can update the associated callbackOverrides for the device definition using this API.
        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 によって変換されたページ (->オリジナル) /