@Generated(value="software.amazon.awssdk:codegen") public final class CodegenJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodegenJobSummary.Builder,CodegenJobSummary>
A summary of the basic information about the code generation job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CodegenJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appId()
The unique ID of the Amplify app associated with the code generation job.
|
static CodegenJobSummary.Builder |
builder() |
Instant |
createdAt()
The time that the code generation job summary was created.
|
String |
environmentName()
The name of the backend environment associated with the code generation job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique ID for the code generation job summary.
|
Instant |
modifiedAt()
The time that the code generation job summary was modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CodegenJobSummary.Builder> |
serializableBuilderClass() |
CodegenJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appId()
The unique ID of the Amplify app associated with the code generation job.
public final String environmentName()
The name of the backend environment associated with the code generation job.
public final String id()
The unique ID for the code generation job summary.
public final Instant createdAt()
The time that the code generation job summary was created.
public final Instant modifiedAt()
The time that the code generation job summary was modified.
public CodegenJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CodegenJobSummary.Builder,CodegenJobSummary>public static CodegenJobSummary.Builder builder()
public static Class<? extends CodegenJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.