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 ProjectSummary

    • Constructor Detail

      • ProjectSummary

        public ProjectSummary()
    • 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 ProjectSummary 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 being summarized.

        Parameters:
        projectName - The name of the project being summarized.
      • getProjectName

        public String getProjectName()

        The name of the project being summarized.

        Returns:
        The name of the project being summarized.
      • withProjectName

        public ProjectSummary withProjectName(String projectName)

        The name of the project being summarized.

        Parameters:
        projectName - The name of the project being summarized.
        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 ProjectSummary 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 ProjectSummary 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.
      • 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 ProjectSummary 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 ProjectSummary 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 によって変換されたページ (->オリジナル) /