@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubmitJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SubmitJobResult() |
Modifier and Type | Method and Description |
---|---|
SubmitJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The unique identifier for the job.
|
String |
getJobName()
The name of the job.
|
int |
hashCode() |
void |
setJobId(String jobId)
The unique identifier for the job.
|
void |
setJobName(String jobName)
The name of the job.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SubmitJobResult |
withJobId(String jobId)
The unique identifier for the job.
|
SubmitJobResult |
withJobName(String jobName)
The name of the job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobName(String jobName)
The name of the job.
jobName
- The name of the job.public String getJobName()
The name of the job.
public SubmitJobResult withJobName(String jobName)
The name of the job.
jobName
- The name of the job.public void setJobId(String jobId)
The unique identifier for the job.
jobId
- The unique identifier for the job.public String getJobId()
The unique identifier for the job.
public SubmitJobResult withJobId(String jobId)
The unique identifier for the job.
jobId
- The unique identifier for the job.public String toString()
toString
in class Object
Object.toString()
public SubmitJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.