@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CodegenJobRenderConfig extends Object implements Serializable, Cloneable, StructuredPojo
Describes the configuration information for rendering the UI component associated with the code generation job.
| Constructor and Description |
|---|
CodegenJobRenderConfig () |
| Modifier and Type | Method and Description |
|---|---|
CodegenJobRenderConfig |
clone () |
boolean |
equals (Object obj) |
ReactStartCodegenJobData |
getReact ()
The name of the
ReactStartCodegenJobData object. |
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setReact (ReactStartCodegenJobData react)
The name of the
ReactStartCodegenJobData object. |
String |
toString ()
Returns a string representation of this object.
|
CodegenJobRenderConfig |
withReact (ReactStartCodegenJobData react)
The name of the
ReactStartCodegenJobData object. |
public CodegenJobRenderConfig()
public void setReact(ReactStartCodegenJobData react)
The name of the ReactStartCodegenJobData object.
react - The name of the ReactStartCodegenJobData object.public ReactStartCodegenJobData getReact()
The name of the ReactStartCodegenJobData object.
ReactStartCodegenJobData object.public CodegenJobRenderConfig withReact(ReactStartCodegenJobData react)
The name of the ReactStartCodegenJobData object.
react - The name of the ReactStartCodegenJobData object.public String toString()
toString in class Object Object.toString() public CodegenJobRenderConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.