@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartMatchingJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartMatchingJobResult () |
| Modifier and Type | Method and Description |
|---|---|
StartMatchingJobResult |
clone () |
boolean |
equals (Object obj) |
String |
getJobId ()
The ID of the job.
|
int |
hashCode () |
void |
setJobId (String jobId)
The ID of the job.
|
String |
toString ()
Returns a string representation of this object.
|
StartMatchingJobResult |
withJobId (String jobId)
The ID of the job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public StartMatchingJobResult()
public void setJobId(String jobId)
The ID of the job.
jobId - The ID of the job.public String getJobId()
The ID of the job.
public StartMatchingJobResult withJobId(String jobId)
The ID of the job.
jobId - The ID of the job.public String toString()
toString in class Object Object.toString() public StartMatchingJobResult clone()