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

Class DescribeProjectResult

    • Constructor Detail

      • DescribeProjectResult

        public DescribeProjectResult()
    • Method Detail

      • setName

        public void setName(String name)

        The display name for the project.

        Parameters:
        name - The display name for the project.
      • getName

        public String getName()

        The display name for the project.

        Returns:
        The display name for the project.
      • withName

        public DescribeProjectResult withName(String name)

        The display name for the project.

        Parameters:
        name - The display name for the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        The ID of the project.

        Parameters:
        id - The ID of the project.
      • getId

        public String getId()

        The ID of the project.

        Returns:
        The ID of the project.
      • withId

        public DescribeProjectResult withId(String id)

        The ID of the project.

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

        public void setArn(String arn)

        The Amazon Resource Name (ARN) for the project.

        Parameters:
        arn - The Amazon Resource Name (ARN) for the project.
      • getArn

        public String getArn()

        The Amazon Resource Name (ARN) for the project.

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

        public DescribeProjectResult withArn(String arn)

        The Amazon Resource Name (ARN) for the project.

        Parameters:
        arn - The Amazon Resource Name (ARN) for the project.
        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, if any.

        Parameters:
        description - The description of the project, if any.
      • getDescription

        public String getDescription()

        The description of the project, if any.

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

        public DescribeProjectResult withDescription(String description)

        The description of the project, if any.

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

        public void setClientRequestToken(String clientRequestToken)

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

        Parameters:
        clientRequestToken - A user- or system-generated token that identifies the entity that requested project creation.
      • getClientRequestToken

        public String getClientRequestToken()

        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.
      • withClientRequestToken

        public DescribeProjectResult withClientRequestToken(String clientRequestToken)

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

        Parameters:
        clientRequestToken - A user- or system-generated token that identifies the entity that requested project creation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedTimeStamp

        public void setCreatedTimeStamp(Date createdTimeStamp)

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

        Parameters:
        createdTimeStamp - The date and time the project was created, in timestamp format.
      • getCreatedTimeStamp

        public Date getCreatedTimeStamp()

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

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

        public DescribeProjectResult withCreatedTimeStamp(Date createdTimeStamp)

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

        Parameters:
        createdTimeStamp - The date and time the project was created, in timestamp format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStackId

        public void setStackId(String stackId)

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

        Parameters:
        stackId - The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
      • getStackId

        public String getStackId()

        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.
      • withStackId

        public DescribeProjectResult withStackId(String stackId)

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

        Parameters:
        stackId - The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProjectTemplateId

        public void setProjectTemplateId(String projectTemplateId)

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

        Parameters:
        projectTemplateId - The ID for the AWS CodeStar project template used to create the project.
      • getProjectTemplateId

        public String getProjectTemplateId()

        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.
      • withProjectTemplateId

        public DescribeProjectResult withProjectTemplateId(String projectTemplateId)

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

        Parameters:
        projectTemplateId - The ID for the AWS CodeStar project template used to create the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(ProjectStatus status)

        The project creation or deletion status.

        Parameters:
        status - The project creation or deletion status.
      • getStatus

        public ProjectStatus getStatus()

        The project creation or deletion status.

        Returns:
        The project creation or deletion status.
      • withStatus

        public DescribeProjectResult withStatus(ProjectStatus status)

        The project creation or deletion status.

        Parameters:
        status - The project creation or deletion status.
        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 によって変換されたページ (->オリジナル) /