@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeProjectResult() |
Modifier and Type | Method and Description |
---|---|
DescribeProjectResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the project.
|
String |
getClientRequestToken()
A user- or system-generated token that identifies the entity that requested project creation.
|
Date |
getCreatedTimeStamp()
The date and time the project was created, in timestamp format.
|
String |
getDescription()
The description of the project, if any.
|
String |
getId()
The ID of the project.
|
String |
getName()
The display name for the project.
|
String |
getProjectTemplateId()
The ID for the AWS CodeStar project template used to create the project.
|
String |
getStackId()
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
|
ProjectStatus |
getStatus()
The project creation or deletion status.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the project.
|
void |
setClientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project creation.
|
void |
setCreatedTimeStamp(Date createdTimeStamp)
The date and time the project was created, in timestamp format.
|
void |
setDescription(String description)
The description of the project, if any.
|
void |
setId(String id)
The ID of the project.
|
void |
setName(String name)
The display name for the project.
|
void |
setProjectTemplateId(String projectTemplateId)
The ID for the AWS CodeStar project template used to create the project.
|
void |
setStackId(String stackId)
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
|
void |
setStatus(ProjectStatus status)
The project creation or deletion status.
|
String |
toString()
Returns a string representation of this object.
|
DescribeProjectResult |
withArn(String arn)
The Amazon Resource Name (ARN) for the project.
|
DescribeProjectResult |
withClientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project creation.
|
DescribeProjectResult |
withCreatedTimeStamp(Date createdTimeStamp)
The date and time the project was created, in timestamp format.
|
DescribeProjectResult |
withDescription(String description)
The description of the project, if any.
|
DescribeProjectResult |
withId(String id)
The ID of the project.
|
DescribeProjectResult |
withName(String name)
The display name for the project.
|
DescribeProjectResult |
withProjectTemplateId(String projectTemplateId)
The ID for the AWS CodeStar project template used to create the project.
|
DescribeProjectResult |
withStackId(String stackId)
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
|
DescribeProjectResult |
withStatus(ProjectStatus status)
The project creation or deletion status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The display name for the project.
name
- The display name for the project.public String getName()
The display name for the project.
public DescribeProjectResult withName(String name)
The display name for the project.
name
- The display name for the project.public void setId(String id)
The ID of the project.
id
- The ID of the project.public String getId()
The ID of the project.
public DescribeProjectResult withId(String id)
The ID of the project.
id
- The ID of the project.public void setArn(String arn)
The Amazon Resource Name (ARN) for the project.
arn
- The Amazon Resource Name (ARN) for the project.public String getArn()
The Amazon Resource Name (ARN) for the project.
public DescribeProjectResult withArn(String arn)
The Amazon Resource Name (ARN) for the project.
arn
- The Amazon Resource Name (ARN) for the project.public void setDescription(String description)
The description of the project, if any.
description
- The description of the project, if any.public String getDescription()
The description of the project, if any.
public DescribeProjectResult withDescription(String description)
The description of the project, if any.
description
- The description of the project, if any.public void setClientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project creation.
clientRequestToken
- A user- or system-generated token that identifies the entity that requested project creation.public String getClientRequestToken()
A user- or system-generated token that identifies the entity that requested project creation.
public DescribeProjectResult withClientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project creation.
clientRequestToken
- A user- or system-generated token that identifies the entity that requested project creation.public void setCreatedTimeStamp(Date createdTimeStamp)
The date and time the project was created, in timestamp format.
createdTimeStamp
- The date and time the project was created, in timestamp format.public Date getCreatedTimeStamp()
The date and time the project was created, in timestamp format.
public DescribeProjectResult withCreatedTimeStamp(Date createdTimeStamp)
The date and time the project was created, in timestamp format.
createdTimeStamp
- The date and time the project was created, in timestamp format.public void setStackId(String stackId)
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
stackId
- The ID of the primary stack in AWS CloudFormation used to generate resources for the project.public String getStackId()
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
public DescribeProjectResult withStackId(String stackId)
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
stackId
- The ID of the primary stack in AWS CloudFormation used to generate resources for the project.public void setProjectTemplateId(String projectTemplateId)
The ID for the AWS CodeStar project template used to create the project.
projectTemplateId
- The ID for the AWS CodeStar project template used to create the project.public String getProjectTemplateId()
The ID for the AWS CodeStar project template used to create the project.
public DescribeProjectResult withProjectTemplateId(String projectTemplateId)
The ID for the AWS CodeStar project template used to create the project.
projectTemplateId
- The ID for the AWS CodeStar project template used to create the project.public void setStatus(ProjectStatus status)
The project creation or deletion status.
status
- The project creation or deletion status.public ProjectStatus getStatus()
The project creation or deletion status.
public DescribeProjectResult withStatus(ProjectStatus status)
The project creation or deletion status.
status
- The project creation or deletion status.public String toString()
toString
in class Object
Object.toString()
public DescribeProjectResult clone()