Class CodegenJobSummary
- java.lang.Object
-
- software.amazon.awssdk.services.amplifyuibuilder.model.CodegenJobSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CodegenJobSummary.Builder,CodegenJobSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCodegenJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappId()The unique ID of the Amplify app associated with the code generation job.static CodegenJobSummary.Builderbuilder()InstantcreatedAt()The time that the code generation job summary was created.StringenvironmentName()The name of the backend environment associated with the code generation job.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique ID for the code generation job summary.InstantmodifiedAt()The time that the code generation job summary was modified.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CodegenJobSummary.Builder>serializableBuilderClass()CodegenJobSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
appId
public final String appId()
The unique ID of the Amplify app associated with the code generation job.
- Returns:
- The unique ID of the Amplify app associated with the code generation job.
-
environmentName
public final String environmentName()
The name of the backend environment associated with the code generation job.
- Returns:
- The name of the backend environment associated with the code generation job.
-
id
public final String id()
The unique ID for the code generation job summary.
- Returns:
- The unique ID for the code generation job summary.
-
createdAt
public final Instant createdAt()
The time that the code generation job summary was created.
- Returns:
- The time that the code generation job summary was created.
-
modifiedAt
public final Instant modifiedAt()
The time that the code generation job summary was modified.
- Returns:
- The time that the code generation job summary was modified.
-
toBuilder
public CodegenJobSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CodegenJobSummary.Builder,CodegenJobSummary>
-
builder
public static CodegenJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends CodegenJobSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-