@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The CreateJobResponse structure.
Constructor and Description |
---|
CreateJobResult() |
Modifier and Type | Method and Description |
---|---|
CreateJobResult |
clone() |
boolean |
equals(Object obj) |
Job |
getJob()
A section of the response body that provides information about the job that is created.
|
int |
hashCode() |
void |
setJob(Job job)
A section of the response body that provides information about the job that is created.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateJobResult |
withJob(Job job)
A section of the response body that provides information about the job that is created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJob(Job job)
A section of the response body that provides information about the job that is created.
job
- A section of the response body that provides information about the job that is created.public Job getJob()
A section of the response body that provides information about the job that is created.
public CreateJobResult withJob(Job job)
A section of the response body that provides information about the job that is created.
job
- A section of the response body that provides information about the job that is created.public String toString()
toString
in class Object
Object.toString()
public CreateJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.