@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 String projectArn()
The Amazon Resource Name (ARN) of the project.
public String projectName()
The name of the project.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.