@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartCodegenJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartCodegenJobResult() |
Modifier and Type | Method and Description |
---|---|
StartCodegenJobResult |
clone() |
boolean |
equals(Object obj) |
CodegenJob |
getEntity()
The code generation job for a UI component that is associated with an Amplify app.
|
int |
hashCode() |
void |
setEntity(CodegenJob entity)
The code generation job for a UI component that is associated with an Amplify app.
|
String |
toString()
Returns a string representation of this object.
|
StartCodegenJobResult |
withEntity(CodegenJob entity)
The code generation job for a UI component that is associated with an Amplify app.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEntity(CodegenJob entity)
The code generation job for a UI component that is associated with an Amplify app.
entity
- The code generation job for a UI component that is associated with an Amplify app.public CodegenJob getEntity()
The code generation job for a UI component that is associated with an Amplify app.
public StartCodegenJobResult withEntity(CodegenJob entity)
The code generation job for a UI component that is associated with an Amplify app.
entity
- The code generation job for a UI component that is associated with an Amplify app.public String toString()
toString
in class Object
Object.toString()
public StartCodegenJobResult clone()