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 ProjectDescription

    • Constructor Detail

      • ProjectDescription

        public ProjectDescription()
    • Method Detail

      • setArn

        public void setArn(String arn)

        The ARN of the project.

        Parameters:
        arn - The ARN of the project.
      • getArn

        public String getArn()

        The ARN of the project.

        Returns:
        The ARN of the project.
      • withArn

        public ProjectDescription withArn(String arn)

        The ARN of the project.

        Parameters:
        arn - The ARN of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProjectName

        public void setProjectName(String projectName)

        The name of the project for which to obtain information from.

        Parameters:
        projectName - The name of the project for which to obtain information from.
      • getProjectName

        public String getProjectName()

        The name of the project for which to obtain information from.

        Returns:
        The name of the project for which to obtain information from.
      • withProjectName

        public ProjectDescription withProjectName(String projectName)

        The name of the project for which to obtain information from.

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

        public void setDescription(String description)

        The description of the project.

        Parameters:
        description - The description of the project.
      • getDescription

        public String getDescription()

        The description of the project.

        Returns:
        The description of the project.
      • withDescription

        public ProjectDescription withDescription(String description)

        The description of the project.

        Parameters:
        description - The description of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedDate

        public void setCreatedDate(Date createdDate)

        The date when the project was originally created, in UNIX epoch time format.

        Parameters:
        createdDate - The date when the project was originally created, in UNIX epoch time format.
      • getCreatedDate

        public Date getCreatedDate()

        The date when the project was originally created, in UNIX epoch time format.

        Returns:
        The date when the project was originally created, in UNIX epoch time format.
      • withCreatedDate

        public ProjectDescription withCreatedDate(Date createdDate)

        The date when the project was originally created, in UNIX epoch time format.

        Parameters:
        createdDate - The date when the project was originally created, in UNIX epoch time format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdatedDate

        public void setUpdatedDate(Date updatedDate)

        The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then createdDate and updatedDate are the same.

        Parameters:
        updatedDate - The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then createdDate and updatedDate are the same.
      • getUpdatedDate

        public Date getUpdatedDate()

        The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then createdDate and updatedDate are the same.

        Returns:
        The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then createdDate and updatedDate are the same.
      • withUpdatedDate

        public ProjectDescription withUpdatedDate(Date updatedDate)

        The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then createdDate and updatedDate are the same.

        Parameters:
        updatedDate - The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then createdDate and updatedDate are the same.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPlacementTemplate

        public void setPlacementTemplate(PlacementTemplate placementTemplate)

        An object describing the project's placement specifications.

        Parameters:
        placementTemplate - An object describing the project's placement specifications.
      • getPlacementTemplate

        public PlacementTemplate getPlacementTemplate()

        An object describing the project's placement specifications.

        Returns:
        An object describing the project's placement specifications.
      • withPlacementTemplate

        public ProjectDescription withPlacementTemplate(PlacementTemplate placementTemplate)

        An object describing the project's placement specifications.

        Parameters:
        placementTemplate - An object describing the project's placement specifications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        The tags (metadata key/value pairs) associated with the project.

        Returns:
        The tags (metadata key/value pairs) associated with the project.
      • setTags

        public void setTags(Map<String,String> tags)

        The tags (metadata key/value pairs) associated with the project.

        Parameters:
        tags - The tags (metadata key/value pairs) associated with the project.
      • withTags

        public ProjectDescription withTags(Map<String,String> tags)

        The tags (metadata key/value pairs) associated with the project.

        Parameters:
        tags - The tags (metadata key/value pairs) associated with the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public ProjectDescription clearTagsEntries()
        Removes all the entries added into Tags.
        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 によって変換されたページ (->オリジナル) /