@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 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 ObjectObject.toString()public CodegenJobRenderConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.