public class JobDetails extends Object implements Serializable, Cloneable
Represents information about the details of a job.
Constructor and Description |
---|
JobDetails() |
Modifier and Type | Method and Description |
---|---|
JobDetails |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The AWS account ID associated with the job.
|
JobData |
getData() |
String |
getId()
The unique system-generated ID of the job.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The AWS account ID associated with the job.
|
void |
setData(JobData data) |
void |
setId(String id)
The unique system-generated ID of the job.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
JobDetails |
withAccountId(String accountId)
The AWS account ID associated with the job.
|
JobDetails |
withData(JobData data) |
JobDetails |
withId(String id)
The unique system-generated ID of the job.
|
public void setId(String id)
The unique system-generated ID of the job.
id
- The unique system-generated ID of the job.public String getId()
The unique system-generated ID of the job.
public JobDetails withId(String id)
The unique system-generated ID of the job.
id
- The unique system-generated ID of the job.public void setData(JobData data)
data
- public JobData getData()
public JobDetails withData(JobData data)
data
- public void setAccountId(String accountId)
The AWS account ID associated with the job.
accountId
- The AWS account ID associated with the job.public String getAccountId()
The AWS account ID associated with the job.
public JobDetails withAccountId(String accountId)
The AWS account ID associated with the job.
accountId
- The AWS account ID associated with the job.public String toString()
toString
in class Object
Object.toString()
public JobDetails clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.