@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SpeakerSearchDetails extends Object implements Serializable, Cloneable, StructuredPojo
The details of a speaker search task.
| Constructor and Description |
|---|
SpeakerSearchDetails() |
| Modifier and Type | Method and Description |
|---|---|
SpeakerSearchDetails |
clone() |
boolean |
equals(Object obj) |
List<SpeakerSearchResult> |
getResults()
The result value in the speaker search details.
|
String |
getVoiceprintGenerationStatus()
The status of a voice print generation operation,
VoiceprintGenerationSuccess or
VoiceprintGenerationFailure.. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setResults(Collection<SpeakerSearchResult> results)
The result value in the speaker search details.
|
void |
setVoiceprintGenerationStatus(String voiceprintGenerationStatus)
The status of a voice print generation operation,
VoiceprintGenerationSuccess or
VoiceprintGenerationFailure.. |
String |
toString()
Returns a string representation of this object.
|
SpeakerSearchDetails |
withResults(Collection<SpeakerSearchResult> results)
The result value in the speaker search details.
|
SpeakerSearchDetails |
withResults(SpeakerSearchResult... results)
The result value in the speaker search details.
|
SpeakerSearchDetails |
withVoiceprintGenerationStatus(String voiceprintGenerationStatus)
The status of a voice print generation operation,
VoiceprintGenerationSuccess or
VoiceprintGenerationFailure.. |
public List<SpeakerSearchResult> getResults()
The result value in the speaker search details.
public void setResults(Collection<SpeakerSearchResult> results)
The result value in the speaker search details.
results - The result value in the speaker search details.public SpeakerSearchDetails withResults(SpeakerSearchResult... results)
The result value in the speaker search details.
NOTE: This method appends the values to the existing list (if any). Use
setResults(java.util.Collection) or withResults(java.util.Collection) if you want to override
the existing values.
results - The result value in the speaker search details.public SpeakerSearchDetails withResults(Collection<SpeakerSearchResult> results)
The result value in the speaker search details.
results - The result value in the speaker search details.public void setVoiceprintGenerationStatus(String voiceprintGenerationStatus)
The status of a voice print generation operation, VoiceprintGenerationSuccess or
VoiceprintGenerationFailure..
voiceprintGenerationStatus - The status of a voice print generation operation, VoiceprintGenerationSuccess or
VoiceprintGenerationFailure..public String getVoiceprintGenerationStatus()
The status of a voice print generation operation, VoiceprintGenerationSuccess or
VoiceprintGenerationFailure..
VoiceprintGenerationSuccess or
VoiceprintGenerationFailure..public SpeakerSearchDetails withVoiceprintGenerationStatus(String voiceprintGenerationStatus)
The status of a voice print generation operation, VoiceprintGenerationSuccess or
VoiceprintGenerationFailure..
voiceprintGenerationStatus - The status of a voice print generation operation, VoiceprintGenerationSuccess or
VoiceprintGenerationFailure..public String toString()
toString in class ObjectObject.toString()public SpeakerSearchDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.