Class StartCodegenJobData
- java.lang.Object
-
- software.amazon.awssdk.services.amplifyuibuilder.model.StartCodegenJobData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StartCodegenJobData.Builder,StartCodegenJobData>
@Generated("software.amazon.awssdk:codegen") public final class StartCodegenJobData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StartCodegenJobData.Builder,StartCodegenJobData>
The code generation job resource configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartCodegenJobData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanautoGenerateForms()Specifies whether to autogenerate forms in the code generation job.static StartCodegenJobData.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)CodegenFeatureFlagsfeatures()The feature flags for a code generation job.CodegenJobGenericDataSchemagenericDataSchema()The data schema to use for a code generation job.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.CodegenJobRenderConfigrenderConfig()The code generation configuration for the codegen job.List<SdkField<?>>sdkFields()static Class<? extends StartCodegenJobData.Builder>serializableBuilderClass()Map<String,String>tags()One or more key-value pairs to use when tagging the code generation job data.StartCodegenJobData.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
-
renderConfig
public final CodegenJobRenderConfig renderConfig()
The code generation configuration for the codegen job.
- Returns:
- The code generation configuration for the codegen job.
-
genericDataSchema
public final CodegenJobGenericDataSchema genericDataSchema()
The data schema to use for a code generation job.
- Returns:
- The data schema to use for a code generation job.
-
autoGenerateForms
public final Boolean autoGenerateForms()
Specifies whether to autogenerate forms in the code generation job.
- Returns:
- Specifies whether to autogenerate forms in the code generation job.
-
features
public final CodegenFeatureFlags features()
The feature flags for a code generation job.
- Returns:
- The feature flags for a code generation job.
-
hasTags
public final boolean hasTags()
For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
tags
public final Map<String,String> tags()
One or more key-value pairs to use when tagging the code generation job data.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasTags()method.- Returns:
- One or more key-value pairs to use when tagging the code generation job data.
-
toBuilder
public StartCodegenJobData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartCodegenJobData.Builder,StartCodegenJobData>
-
builder
public static StartCodegenJobData.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartCodegenJobData.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.
-
-