Class DescribeProjectResponse

    • Method Detail

      • name

        public final String name()

        The display name for the project.

        Returns:
        The display name for the project.
      • id

        public final String id()

        The ID of the project.

        Returns:
        The ID of the project.
      • arn

        public final String arn()

        The Amazon Resource Name (ARN) for the project.

        Returns:
        The Amazon Resource Name (ARN) for the project.
      • description

        public final String description()

        The description of the project, if any.

        Returns:
        The description of the project, if any.
      • clientRequestToken

        public final String clientRequestToken()

        A user- or system-generated token that identifies the entity that requested project creation.

        Returns:
        A user- or system-generated token that identifies the entity that requested project creation.
      • createdTimeStamp

        public final Instant createdTimeStamp()

        The date and time the project was created, in timestamp format.

        Returns:
        The date and time the project was created, in timestamp format.
      • stackId

        public final String stackId()

        The ID of the primary stack in AWS CloudFormation used to generate resources for the project.

        Returns:
        The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
      • projectTemplateId

        public final String projectTemplateId()

        The ID for the AWS CodeStar project template used to create the project.

        Returns:
        The ID for the AWS CodeStar project template used to create the project.
      • status

        public final ProjectStatus status()

        The project creation or deletion status.

        Returns:
        The project creation or deletion status.
      • 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