@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HlsOutputSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
HlsOutputSettings() |
| Modifier and Type | Method and Description |
|---|---|
HlsOutputSettings |
clone() |
boolean |
equals(Object obj) |
HlsSettings |
getHlsSettings()
Settings regarding the underlying stream.
|
String |
getNameModifier()
String concatenated to the end of the destination filename.
|
String |
getSegmentModifier()
String concatenated to end of segment filenames.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setHlsSettings(HlsSettings hlsSettings)
Settings regarding the underlying stream.
|
void |
setNameModifier(String nameModifier)
String concatenated to the end of the destination filename.
|
void |
setSegmentModifier(String segmentModifier)
String concatenated to end of segment filenames.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
HlsOutputSettings |
withHlsSettings(HlsSettings hlsSettings)
Settings regarding the underlying stream.
|
HlsOutputSettings |
withNameModifier(String nameModifier)
String concatenated to the end of the destination filename.
|
HlsOutputSettings |
withSegmentModifier(String segmentModifier)
String concatenated to end of segment filenames.
|
public void setHlsSettings(HlsSettings hlsSettings)
hlsSettings - Settings regarding the underlying stream. These settings are different for audio-only outputs.public HlsSettings getHlsSettings()
public HlsOutputSettings withHlsSettings(HlsSettings hlsSettings)
hlsSettings - Settings regarding the underlying stream. These settings are different for audio-only outputs.public void setNameModifier(String nameModifier)
nameModifier - String concatenated to the end of the destination filename. Accepts \"Format
Identifiers\":#formatIdentifierParameters.public String getNameModifier()
public HlsOutputSettings withNameModifier(String nameModifier)
nameModifier - String concatenated to the end of the destination filename. Accepts \"Format
Identifiers\":#formatIdentifierParameters.public void setSegmentModifier(String segmentModifier)
segmentModifier - String concatenated to end of segment filenames.public String getSegmentModifier()
public HlsOutputSettings withSegmentModifier(String segmentModifier)
segmentModifier - String concatenated to end of segment filenames.public String toString()
toString in class ObjectObject.toString()public HlsOutputSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.