Class DescribeProjectResponse

    • Method Detail

      • projectId

        public final String projectId()

        The ID of the project.

        Returns:
        The ID of the project.
      • projectArn

        public final String projectArn()

        The ARN of the project, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}

        Returns:
        The ARN of the project, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}

      • projectName

        public final String projectName()

        The name of the project.

        Returns:
        The name of the project.
      • portalId

        public final String portalId()

        The ID of the portal that the project is in.

        Returns:
        The ID of the portal that the project is in.
      • projectDescription

        public final String projectDescription()

        The project's description.

        Returns:
        The project's description.
      • projectCreationDate

        public final Instant projectCreationDate()

        The date the project was created, in Unix epoch time.

        Returns:
        The date the project was created, in Unix epoch time.
      • projectLastUpdateDate

        public final Instant projectLastUpdateDate()

        The date the project was last updated, in Unix epoch time.

        Returns:
        The date the project was last updated, in Unix epoch time.
      • toString

        public final 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