@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobEntity extends Object implements Serializable, Cloneable, StructuredPojo
The details of a job entity.
Constructor and Description |
---|
JobEntity() |
Modifier and Type | Method and Description |
---|---|
JobEntity |
clone() |
boolean |
equals(Object obj) |
JobAttachmentDetailsEntity |
getJobAttachmentDetails()
The job attachment details.
|
JobDetailsEntity |
getJobDetails()
The job details.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setJobAttachmentDetails(JobAttachmentDetailsEntity jobAttachmentDetails)
The job attachment details.
|
void |
setJobDetails(JobDetailsEntity jobDetails)
The job details.
|
String |
toString()
Returns a string representation of this object.
|
JobEntity |
withJobAttachmentDetails(JobAttachmentDetailsEntity jobAttachmentDetails)
The job attachment details.
|
JobEntity |
withJobDetails(JobDetailsEntity jobDetails)
The job details.
|
public void setJobAttachmentDetails(JobAttachmentDetailsEntity jobAttachmentDetails)
The job attachment details.
jobAttachmentDetails
- The job attachment details.public JobAttachmentDetailsEntity getJobAttachmentDetails()
The job attachment details.
public JobEntity withJobAttachmentDetails(JobAttachmentDetailsEntity jobAttachmentDetails)
The job attachment details.
jobAttachmentDetails
- The job attachment details.public void setJobDetails(JobDetailsEntity jobDetails)
The job details.
jobDetails
- The job details.public JobDetailsEntity getJobDetails()
The job details.
public JobEntity withJobDetails(JobDetailsEntity jobDetails)
The job details.
jobDetails
- The job details.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.