@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 final String name()
The display name for the project.
public final String id()
The ID of the project.
public final String arn()
The Amazon Resource Name (ARN) for the project.
public final String description()
The description of the project, if any.
public final String clientRequestToken()
A user- or system-generated token that identifies the entity that requested project creation.
public final Instant createdTimeStamp()
The date and time the project was created, in timestamp format.
public final String stackId()
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
public final String projectTemplateId()
The ID for the AWS CodeStar project template used to create the project.
public final 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.