public class CreateJobResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateJobResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The automatically generated ID for a job.
|
int |
hashCode() |
void |
setJobId(String jobId)
The automatically generated ID for a job.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateJobResult |
withJobId(String jobId)
The automatically generated ID for a job.
|
public void setJobId(String jobId)
The automatically generated ID for a job. For example
JID123e4567-e89b-12d3-a456-426655440000.
jobId - The automatically generated ID for a job. For example
JID123e4567-e89b-12d3-a456-426655440000.public String getJobId()
The automatically generated ID for a job. For example
JID123e4567-e89b-12d3-a456-426655440000.
JID123e4567-e89b-12d3-a456-426655440000.public CreateJobResult withJobId(String jobId)
The automatically generated ID for a job. For example
JID123e4567-e89b-12d3-a456-426655440000.
jobId - The automatically generated ID for a job. For example
JID123e4567-e89b-12d3-a456-426655440000.public String toString()
toString in class ObjectObject.toString()public CreateJobResult clone()
Copyright © 2016. All rights reserved.