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