public class GetJobDetailsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a get job details action.
Modifier and Type | Field and Description |
---|---|
private JobDetails |
jobDetails
The details of the job.
|
Constructor and Description |
---|
GetJobDetailsResult() |
Modifier and Type | Method and Description |
---|---|
GetJobDetailsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
JobDetails |
getJobDetails()
The details of the job.
|
int |
hashCode() |
void |
setJobDetails(JobDetails jobDetails)
The details of the job.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetJobDetailsResult |
withJobDetails(JobDetails jobDetails)
The details of the job.
|
private JobDetails jobDetails
The details of the job.
If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
public void setJobDetails(JobDetails jobDetails)
The details of the job.
If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
jobDetails
- The details of the job. If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
public JobDetails getJobDetails()
The details of the job.
If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
public GetJobDetailsResult withJobDetails(JobDetails jobDetails)
The details of the job.
If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
jobDetails
- The details of the job. If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetJobDetailsResult clone()
clone
in class java.lang.Object