@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobAttachmentDetailsIdentifiers extends Object implements Serializable, Cloneable, StructuredPojo
Identifier details for job attachments.
| Constructor and Description |
|---|
JobAttachmentDetailsIdentifiers() |
| Modifier and Type | Method and Description |
|---|---|
JobAttachmentDetailsIdentifiers |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The job ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setJobId(String jobId)
The job ID.
|
String |
toString()
Returns a string representation of this object.
|
JobAttachmentDetailsIdentifiers |
withJobId(String jobId)
The job ID.
|
public void setJobId(String jobId)
The job ID.
jobId - The job ID.public String getJobId()
The job ID.
public JobAttachmentDetailsIdentifiers withJobId(String jobId)
The job ID.
jobId - The job ID.public String toString()
toString in class ObjectObject.toString()public JobAttachmentDetailsIdentifiers clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.