@Generated(value="software.amazon.awssdk:codegen") public final class CodegenJobRenderConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodegenJobRenderConfig.Builder,CodegenJobRenderConfig>
Describes the configuration information for rendering the UI component associated with the code generation job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CodegenJobRenderConfig.Builder |
static class |
CodegenJobRenderConfig.Type |
| Modifier and Type | Method and Description |
|---|---|
static CodegenJobRenderConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static CodegenJobRenderConfig |
fromReact(Consumer<ReactStartCodegenJobData.Builder> react)
Create an instance of this class with
react() initialized to the given value. |
static CodegenJobRenderConfig |
fromReact(ReactStartCodegenJobData react)
Create an instance of this class with
react() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ReactStartCodegenJobData |
react()
The name of the
ReactStartCodegenJobData object. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CodegenJobRenderConfig.Builder> |
serializableBuilderClass() |
CodegenJobRenderConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
CodegenJobRenderConfig.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ReactStartCodegenJobData react()
The name of the ReactStartCodegenJobData object.
ReactStartCodegenJobData object.public CodegenJobRenderConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CodegenJobRenderConfig.Builder,CodegenJobRenderConfig>public static CodegenJobRenderConfig.Builder builder()
public static Class<? extends CodegenJobRenderConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static CodegenJobRenderConfig fromReact(ReactStartCodegenJobData react)
react() initialized to the given value.
The name of the ReactStartCodegenJobData object.
react - The name of the ReactStartCodegenJobData object.public static CodegenJobRenderConfig fromReact(Consumer<ReactStartCodegenJobData.Builder> react)
react() initialized to the given value.
The name of the ReactStartCodegenJobData object.
react - The name of the ReactStartCodegenJobData object.public CodegenJobRenderConfig.Type type()
CodegenJobRenderConfig.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be CodegenJobRenderConfig.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.