@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StandardHlsSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
StandardHlsSettings() |
| Modifier and Type | Method and Description |
|---|---|
StandardHlsSettings |
clone() |
boolean |
equals(Object obj) |
String |
getAudioRenditionSets()
List all the audio groups that are used with the video output stream.
|
M3u8Settings |
getM3u8Settings() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAudioRenditionSets(String audioRenditionSets)
List all the audio groups that are used with the video output stream.
|
void |
setM3u8Settings(M3u8Settings m3u8Settings) |
String |
toString()
Returns a string representation of this object.
|
StandardHlsSettings |
withAudioRenditionSets(String audioRenditionSets)
List all the audio groups that are used with the video output stream.
|
StandardHlsSettings |
withM3u8Settings(M3u8Settings m3u8Settings) |
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 StandardHlsSettings 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 void setM3u8Settings(M3u8Settings m3u8Settings)
m3u8Settings - public M3u8Settings getM3u8Settings()
public StandardHlsSettings withM3u8Settings(M3u8Settings m3u8Settings)
m3u8Settings - public String toString()
toString in class ObjectObject.toString()public StandardHlsSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.