@Generated(value="software.amazon.awssdk:codegen") public final class ProjectSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProjectSummary.Builder,ProjectSummary>
Contains project summary information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProjectSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProjectSummary.Builder |
builder() |
Instant |
creationDate()
The date the project was created, in Unix epoch time.
|
String |
description()
The project's description.
|
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.
|
Instant |
lastUpdateDate()
The date the project was last updated, in Unix epoch time.
|
String |
name()
The name 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 final String id()
The ID of the project.
public final String name()
The name of the project.
public final String description()
The project's description.
public final Instant creationDate()
The date the project was created, in Unix epoch time.
public final Instant lastUpdateDate()
The date the project was last updated, in Unix epoch time.
public ProjectSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProjectSummary.Builder,ProjectSummary>public static ProjectSummary.Builder builder()
public static Class<? extends ProjectSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.