@Generated(value="software.amazon.awssdk:codegen") public final class ProjectSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProjectSummary.Builder,ProjectSummary>
Information about a project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProjectSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProjectSummary.Builder |
builder() |
Instant |
creationTime()
The time that the project was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
projectArn()
The Amazon Resource Name (ARN) of the project.
|
String |
projectDescription()
The description of the project.
|
String |
projectId()
The ID of the project.
|
String |
projectName()
The name of the project.
|
ProjectStatus |
projectStatus()
The status of the project.
|
String |
projectStatusAsString()
The status of the project.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProjectSummary.Builder> |
serializableBuilderClass() |
ProjectSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String projectName()
The name of the project.
public String projectDescription()
The description of the project.
public String projectArn()
The Amazon Resource Name (ARN) of the project.
public String projectId()
The ID of the project.
public Instant creationTime()
The time that the project was created.
public ProjectStatus projectStatus()
The status of the project.
If the service returns an enum value that is not available in the current SDK version, projectStatus
will return ProjectStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
projectStatusAsString().
ProjectStatuspublic String projectStatusAsString()
The status of the project.
If the service returns an enum value that is not available in the current SDK version, projectStatus
will return ProjectStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
projectStatusAsString().
ProjectStatuspublic ProjectSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProjectSummary.Builder,ProjectSummary>public static ProjectSummary.Builder builder()
public static Class<? extends ProjectSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.