@Generated(value="software.amazon.awssdk:codegen") public final class ProjectMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProjectMetadata.Builder,ProjectMetadata>
Metadata about an Amazon Lookout for Vision project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProjectMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProjectMetadata.Builder |
builder() |
Instant |
creationTimestamp()
The unix timestamp for the date and 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 |
projectName()
The name of the project.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProjectMetadata.Builder> |
serializableBuilderClass() |
ProjectMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String projectArn()
The Amazon Resource Name (ARN) of the project.
public final String projectName()
The name of the project.
public final Instant creationTimestamp()
The unix timestamp for the date and time that the project was created.
public ProjectMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProjectMetadata.Builder,ProjectMetadata>public static ProjectMetadata.Builder builder()
public static Class<? extends ProjectMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.