@Generated(value="software.amazon.awssdk:codegen") public final class ReactStartCodegenJobData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReactStartCodegenJobData.Builder,ReactStartCodegenJobData>
Describes the code generation job configuration for a React project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReactStartCodegenJobData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReactStartCodegenJobData.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
inlineSourceMap()
Specifies whether the code generation job should render inline source maps.
|
JSModule |
module()
The JavaScript module type.
|
String |
moduleAsString()
The JavaScript module type.
|
Boolean |
renderTypeDeclarations()
Specifies whether the code generation job should render type declaration files.
|
JSScript |
script()
The file type to use for a JavaScript project.
|
String |
scriptAsString()
The file type to use for a JavaScript project.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReactStartCodegenJobData.Builder> |
serializableBuilderClass() |
JSTarget |
target()
The ECMAScript specification to use.
|
String |
targetAsString()
The ECMAScript specification to use.
|
ReactStartCodegenJobData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final JSModule module()
The JavaScript module type.
If the service returns an enum value that is not available in the current SDK version, module will
return JSModule.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
moduleAsString().
JSModulepublic final String moduleAsString()
The JavaScript module type.
If the service returns an enum value that is not available in the current SDK version, module will
return JSModule.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
moduleAsString().
JSModulepublic final JSTarget target()
The ECMAScript specification to use.
If the service returns an enum value that is not available in the current SDK version, target will
return JSTarget.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
targetAsString().
JSTargetpublic final String targetAsString()
The ECMAScript specification to use.
If the service returns an enum value that is not available in the current SDK version, target will
return JSTarget.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
targetAsString().
JSTargetpublic final JSScript script()
The file type to use for a JavaScript project.
If the service returns an enum value that is not available in the current SDK version, script will
return JSScript.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scriptAsString().
JSScriptpublic final String scriptAsString()
The file type to use for a JavaScript project.
If the service returns an enum value that is not available in the current SDK version, script will
return JSScript.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scriptAsString().
JSScriptpublic final Boolean renderTypeDeclarations()
Specifies whether the code generation job should render type declaration files.
public final Boolean inlineSourceMap()
Specifies whether the code generation job should render inline source maps.
public ReactStartCodegenJobData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReactStartCodegenJobData.Builder,ReactStartCodegenJobData>public static ReactStartCodegenJobData.Builder builder()
public static Class<? extends ReactStartCodegenJobData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.