Class DescribeProjectResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.codestar.model.CodeStarResponse
-
- software.amazon.awssdk.services.codestar.model.DescribeProjectResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeProjectResponse extends CodeStarResponse implements ToCopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeProjectResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) for the project.static DescribeProjectResponse.Builderbuilder()StringclientRequestToken()A user- or system-generated token that identifies the entity that requested project creation.InstantcreatedTimeStamp()The date and time the project was created, in timestamp format.Stringdescription()The description of the project, if any.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the project.Stringname()The display name for the project.StringprojectTemplateId()The ID for the AWS CodeStar project template used to create the project.List<SdkField<?>>sdkFields()static Class<? extends DescribeProjectResponse.Builder>serializableBuilderClass()StringstackId()The ID of the primary stack in AWS CloudFormation used to generate resources for the project.ProjectStatusstatus()The project creation or deletion status.DescribeProjectResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.codestar.model.CodeStarResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The display name for the project.
- Returns:
- The display name for the project.
-
id
public final String id()
The ID of the project.
- Returns:
- The ID of the project.
-
arn
public final String arn()
The Amazon Resource Name (ARN) for the project.
- Returns:
- The Amazon Resource Name (ARN) for the project.
-
description
public final String description()
The description of the project, if any.
- Returns:
- The description of the project, if any.
-
clientRequestToken
public final String clientRequestToken()
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.
-
createdTimeStamp
public final Instant createdTimeStamp()
The date and time the project was created, in timestamp format.
- Returns:
- The date and time the project was created, in timestamp format.
-
stackId
public final String stackId()
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.
-
projectTemplateId
public final String projectTemplateId()
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.
-
status
public final ProjectStatus status()
The project creation or deletion status.
- Returns:
- The project creation or deletion status.
-
toBuilder
public DescribeProjectResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeProjectResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeProjectResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final 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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-