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