@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Fmp4HlsSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Fmp4HlsSettings() |
| Modifier and Type | Method and Description |
|---|---|
Fmp4HlsSettings |
clone() |
boolean |
equals(Object obj) |
String |
getAudioRenditionSets()
List all the audio groups that are used with the video output stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAudioRenditionSets(String audioRenditionSets)
List all the audio groups that are used with the video output stream.
|
String |
toString()
Returns a string representation of this object.
|
Fmp4HlsSettings |
withAudioRenditionSets(String audioRenditionSets)
List all the audio groups that are used with the video output stream.
|
public void setAudioRenditionSets(String audioRenditionSets)
audioRenditionSets - List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that
are associated to the video, separate by ','.public String getAudioRenditionSets()
public Fmp4HlsSettings withAudioRenditionSets(String audioRenditionSets)
audioRenditionSets - List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that
are associated to the video, separate by ','.public String toString()
toString in class ObjectObject.toString()public Fmp4HlsSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.