@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Subtitles extends Object implements Serializable, Cloneable, StructuredPojo
Generate subtitles for your batch transcription job.
Constructor and Description |
---|
Subtitles() |
Modifier and Type | Method and Description |
---|---|
Subtitles |
clone() |
boolean |
equals(Object obj) |
List<String> |
getFormats()
Specify the output format for your subtitle file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFormats(Collection<String> formats)
Specify the output format for your subtitle file.
|
String |
toString()
Returns a string representation of this object.
|
Subtitles |
withFormats(Collection<String> formats)
Specify the output format for your subtitle file.
|
Subtitles |
withFormats(String... formats)
Specify the output format for your subtitle file.
|
Subtitles |
withFormats(SubtitleFormat... formats)
Specify the output format for your subtitle file.
|
public List<String> getFormats()
Specify the output format for your subtitle file.
SubtitleFormat
public void setFormats(Collection<String> formats)
Specify the output format for your subtitle file.
formats
- Specify the output format for your subtitle file.SubtitleFormat
public Subtitles withFormats(String... formats)
Specify the output format for your subtitle file.
NOTE: This method appends the values to the existing list (if any). Use
setFormats(java.util.Collection)
or withFormats(java.util.Collection)
if you want to override
the existing values.
formats
- Specify the output format for your subtitle file.SubtitleFormat
public Subtitles withFormats(Collection<String> formats)
Specify the output format for your subtitle file.
formats
- Specify the output format for your subtitle file.SubtitleFormat
public Subtitles withFormats(SubtitleFormat... formats)
Specify the output format for your subtitle file.
formats
- Specify the output format for your subtitle file.SubtitleFormat
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.