@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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.