@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) |
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)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.