@Generated(value="software.amazon.awssdk:codegen") public final class ProjectSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProjectSummary.Builder,ProjectSummary>
The details of a Amazon DataZone project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProjectSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProjectSummary.Builder |
builder() |
Instant |
createdAt()
The timestamp of when a project was created.
|
String |
createdBy()
The Amazon DataZone user who created the project.
|
String |
description()
The description of a project.
|
String |
domainId()
The identifier of a Amazon DataZone domain where the project exists.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of a project.
|
String |
name()
The name of a project.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProjectSummary.Builder> |
serializableBuilderClass() |
ProjectSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp of when the project was updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The timestamp of when a project was created.
public final String createdBy()
The Amazon DataZone user who created the project.
public final String description()
The description of a project.
public final String domainId()
The identifier of a Amazon DataZone domain where the project exists.
public final String id()
The identifier of a project.
public final String name()
The name of a project.
public final Instant updatedAt()
The timestamp of when the project was updated.
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 © 2023. All rights reserved.