ToCopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeProjectResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeProjectResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
arn() |
The Amazon Resource Name (ARN) for the project.
|
static DescribeProjectResponse.Builder |
builder() |
|
String |
clientRequestToken() |
A user- or system-generated token that identifies the entity that requested project creation.
|
Date |
createdTimeStamp() |
The date and time the project was created, in timestamp format.
|
String |
description() |
The description of the project, if any.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The ID of the project.
|
String |
name() |
The display name for the project.
|
String |
projectTemplateId() |
The ID for the AWS CodeStar project template used to create the project.
|
static Class<? extends DescribeProjectResponse.Builder> |
serializableBuilderClass() |
|
String |
stackId() |
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
|
DescribeProjectResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String name()
The display name for the project.
public String id()
The ID of the project.
public String arn()
The Amazon Resource Name (ARN) for the project.
public String description()
The description of the project, if any.
public String clientRequestToken()
A user- or system-generated token that identifies the entity that requested project creation.
public Date createdTimeStamp()
The date and time the project was created, in timestamp format.
public String stackId()
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
public String projectTemplateId()
The ID for the AWS CodeStar project template used to create the project.
public DescribeProjectResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
public static DescribeProjectResponse.Builder builder()
public static Class<? extends DescribeProjectResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.