@Generated(value="software.amazon.awssdk:codegen") public final class ProjectDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProjectDescription.Builder,ProjectDescription>
A description of a Amazon Rekognition Custom Labels project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProjectDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProjectDescription.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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProjectDescription.Builder> |
serializableBuilderClass() |
ProjectStatus |
status()
The current status of the project.
|
String |
statusAsString()
The current status of the project.
|
ProjectDescription.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 Instant creationTimestamp()
The Unix timestamp for the date and time that the project was created.
public ProjectStatus status()
The current status of the project.
If the service returns an enum value that is not available in the current SDK version, status will
return ProjectStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ProjectStatuspublic String statusAsString()
The current status of the project.
If the service returns an enum value that is not available in the current SDK version, status will
return ProjectStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ProjectStatuspublic ProjectDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProjectDescription.Builder,ProjectDescription>public static ProjectDescription.Builder builder()
public static Class<? extends ProjectDescription.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.