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