@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobAttachmentDetailsEntity extends Object implements Serializable, Cloneable, StructuredPojo
The job attachments.
Constructor and Description |
---|
JobAttachmentDetailsEntity() |
Modifier and Type | Method and Description |
---|---|
JobAttachmentDetailsEntity |
clone() |
boolean |
equals(Object obj) |
Attachments |
getAttachments()
The job attachments.
|
String |
getJobId()
The job ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttachments(Attachments attachments)
The job attachments.
|
void |
setJobId(String jobId)
The job ID.
|
String |
toString()
Returns a string representation of this object.
|
JobAttachmentDetailsEntity |
withAttachments(Attachments attachments)
The job attachments.
|
JobAttachmentDetailsEntity |
withJobId(String jobId)
The job ID.
|
public void setAttachments(Attachments attachments)
The job attachments.
attachments
- The job attachments.public Attachments getAttachments()
The job attachments.
public JobAttachmentDetailsEntity withAttachments(Attachments attachments)
The job attachments.
attachments
- The job attachments.public void setJobId(String jobId)
The job ID.
jobId
- The job ID.public String getJobId()
The job ID.
public JobAttachmentDetailsEntity withJobId(String jobId)
The job ID.
jobId
- The job ID.public String toString()
toString
in class Object
Object.toString()
public JobAttachmentDetailsEntity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.