@Generated(value="software.amazon.awssdk:codegen") public final class DescribeProjectResponse extends CodeStarResponse implements ToCopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeProjectResponse.Builder |
| Modifier and Type | Method and 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.
|
Instant |
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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeProjectResponse.Builder> |
serializableBuilderClass() |
String |
stackId()
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
|
ProjectStatus |
status()
The project creation or deletion status.
|
DescribeProjectResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 Instant 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 ProjectStatus status()
The project creation or deletion status.
public DescribeProjectResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>toBuilder in class AwsResponsepublic static DescribeProjectResponse.Builder builder()
public static Class<? extends DescribeProjectResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.