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