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()
Returns the value of the Data property for this object.
|
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)
Sets the value of the Data property for this object.
|
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)
Sets the value of the Data property for this object.
|
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
- The new value for the Data property for this object.public JobData getData()
public JobDetails withData(JobData data)
data
- The new value for the Data property for this object.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 © 2015. All rights reserved.