@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UtteranceAudioInputSpecification extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the audio for an utterance.
| Constructor and Description |
|---|
UtteranceAudioInputSpecification() |
| Modifier and Type | Method and Description |
|---|---|
UtteranceAudioInputSpecification |
clone() |
boolean |
equals(Object obj) |
String |
getAudioFileS3Location()
Amazon S3 file pointing to the audio.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAudioFileS3Location(String audioFileS3Location)
Amazon S3 file pointing to the audio.
|
String |
toString()
Returns a string representation of this object.
|
UtteranceAudioInputSpecification |
withAudioFileS3Location(String audioFileS3Location)
Amazon S3 file pointing to the audio.
|
public void setAudioFileS3Location(String audioFileS3Location)
Amazon S3 file pointing to the audio.
audioFileS3Location - Amazon S3 file pointing to the audio.public String getAudioFileS3Location()
Amazon S3 file pointing to the audio.
public UtteranceAudioInputSpecification withAudioFileS3Location(String audioFileS3Location)
Amazon S3 file pointing to the audio.
audioFileS3Location - Amazon S3 file pointing to the audio.public String toString()
toString in class ObjectObject.toString()public UtteranceAudioInputSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.