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