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