@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetJobDetailsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a GetJobDetails action.
| Constructor and Description | 
|---|
| GetJobDetailsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetJobDetailsResult | clone() | 
| boolean | equals(Object obj) | 
| JobDetails | getJobDetails()
 The details of the job. | 
| int | hashCode() | 
| void | setJobDetails(JobDetails jobDetails)
 The details of the job. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| GetJobDetailsResult | withJobDetails(JobDetails jobDetails)
 The details of the job. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 String toString()
toString in class ObjectObject.toString()public GetJobDetailsResult clone()
Copyright © 2018. All rights reserved.