@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SpeakerSearchTask extends Object implements Serializable, Cloneable, StructuredPojo
A representation of an asynchronous request to perform speaker search analysis on a media insights pipeline.
| Constructor and Description |
|---|
SpeakerSearchTask() |
| Modifier and Type | Method and Description |
|---|---|
SpeakerSearchTask |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTimestamp()
The time at which a speaker search task was created.
|
String |
getSpeakerSearchTaskId()
The speaker search task ID.
|
String |
getSpeakerSearchTaskStatus()
The status of the speaker search task.
|
Date |
getUpdatedTimestamp()
The time at which a speaker search task was updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreatedTimestamp(Date createdTimestamp)
The time at which a speaker search task was created.
|
void |
setSpeakerSearchTaskId(String speakerSearchTaskId)
The speaker search task ID.
|
void |
setSpeakerSearchTaskStatus(String speakerSearchTaskStatus)
The status of the speaker search task.
|
void |
setUpdatedTimestamp(Date updatedTimestamp)
The time at which a speaker search task was updated.
|
String |
toString()
Returns a string representation of this object.
|
SpeakerSearchTask |
withCreatedTimestamp(Date createdTimestamp)
The time at which a speaker search task was created.
|
SpeakerSearchTask |
withSpeakerSearchTaskId(String speakerSearchTaskId)
The speaker search task ID.
|
SpeakerSearchTask |
withSpeakerSearchTaskStatus(MediaPipelineTaskStatus speakerSearchTaskStatus)
The status of the speaker search task.
|
SpeakerSearchTask |
withSpeakerSearchTaskStatus(String speakerSearchTaskStatus)
The status of the speaker search task.
|
SpeakerSearchTask |
withUpdatedTimestamp(Date updatedTimestamp)
The time at which a speaker search task was updated.
|
public void setSpeakerSearchTaskId(String speakerSearchTaskId)
The speaker search task ID.
speakerSearchTaskId - The speaker search task ID.public String getSpeakerSearchTaskId()
The speaker search task ID.
public SpeakerSearchTask withSpeakerSearchTaskId(String speakerSearchTaskId)
The speaker search task ID.
speakerSearchTaskId - The speaker search task ID.public void setSpeakerSearchTaskStatus(String speakerSearchTaskStatus)
The status of the speaker search task.
speakerSearchTaskStatus - The status of the speaker search task.MediaPipelineTaskStatuspublic String getSpeakerSearchTaskStatus()
The status of the speaker search task.
MediaPipelineTaskStatuspublic SpeakerSearchTask withSpeakerSearchTaskStatus(String speakerSearchTaskStatus)
The status of the speaker search task.
speakerSearchTaskStatus - The status of the speaker search task.MediaPipelineTaskStatuspublic SpeakerSearchTask withSpeakerSearchTaskStatus(MediaPipelineTaskStatus speakerSearchTaskStatus)
The status of the speaker search task.
speakerSearchTaskStatus - The status of the speaker search task.MediaPipelineTaskStatuspublic void setCreatedTimestamp(Date createdTimestamp)
The time at which a speaker search task was created.
createdTimestamp - The time at which a speaker search task was created.public Date getCreatedTimestamp()
The time at which a speaker search task was created.
public SpeakerSearchTask withCreatedTimestamp(Date createdTimestamp)
The time at which a speaker search task was created.
createdTimestamp - The time at which a speaker search task was created.public void setUpdatedTimestamp(Date updatedTimestamp)
The time at which a speaker search task was updated.
updatedTimestamp - The time at which a speaker search task was updated.public Date getUpdatedTimestamp()
The time at which a speaker search task was updated.
public SpeakerSearchTask withUpdatedTimestamp(Date updatedTimestamp)
The time at which a speaker search task was updated.
updatedTimestamp - The time at which a speaker search task was updated.public String toString()
toString in class ObjectObject.toString()public SpeakerSearchTask clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.