@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 |
getJobArn()
The Amazon Resource Name (ARN) for the job.
|
String |
getJobId()
The unique identifier for the job.
|
String |
getJobName()
The name of the job.
|
int |
hashCode() |
void |
setJobArn(String jobArn)
The Amazon Resource Name (ARN) for the job.
|
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.
|
SubmitJobResult |
withJobArn(String jobArn)
The Amazon Resource Name (ARN) for the job.
|
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 setJobArn(String jobArn)
The Amazon Resource Name (ARN) for the job.
jobArn
- The Amazon Resource Name (ARN) for the job.public String getJobArn()
The Amazon Resource Name (ARN) for the job.
public SubmitJobResult withJobArn(String jobArn)
The Amazon Resource Name (ARN) for the job.
jobArn
- The Amazon Resource Name (ARN) for the job.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()