@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobDetailsIdentifiers extends Object implements Serializable, Cloneable, StructuredPojo
The identifiers for a job.
| Constructor and Description |
|---|
JobDetailsIdentifiers() |
| Modifier and Type | Method and Description |
|---|---|
JobDetailsIdentifiers |
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.
|
JobDetailsIdentifiers |
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 JobDetailsIdentifiers withJobId(String jobId)
The job ID.
jobId - The job ID.public String toString()
toString in class ObjectObject.toString()public JobDetailsIdentifiers clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.