@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCodegenJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCodegenJobResult() |
Modifier and Type | Method and Description |
---|---|
GetCodegenJobResult |
clone() |
boolean |
equals(Object obj) |
CodegenJob |
getJob()
The configuration settings for the code generation job.
|
int |
hashCode() |
void |
setJob(CodegenJob job)
The configuration settings for the code generation job.
|
String |
toString()
Returns a string representation of this object.
|
GetCodegenJobResult |
withJob(CodegenJob job)
The configuration settings for the code generation job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJob(CodegenJob job)
The configuration settings for the code generation job.
job
- The configuration settings for the code generation job.public CodegenJob getJob()
The configuration settings for the code generation job.
public GetCodegenJobResult withJob(CodegenJob job)
The configuration settings for the code generation job.
job
- The configuration settings for the code generation job.public String toString()
toString
in class Object
Object.toString()
public GetCodegenJobResult clone()