Class GetJobDetailsResult
- All Implemented Interfaces:
Serializable, Cloneable
Represents the output of a get job details action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe details of the job.inthashCode()voidsetJobDetails(JobDetails jobDetails) The details of the job.toString()Returns a string representation of this object; useful for testing and debugging.withJobDetails(JobDetails jobDetails) The details of the job.
-
Constructor Details
-
GetJobDetailsResult
public GetJobDetailsResult()
-
-
Method Details
-
setJobDetails
The details of the job.
If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
- Parameters:
jobDetails- The details of the job.If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
-
getJobDetails
The details of the job.
If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
- Returns:
- The details of the job.
If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
-
withJobDetails
The details of the job.
If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
- Parameters:
jobDetails- The details of the job.If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-