@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)
Marshalls this structured data using the given
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.
|
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 Object
Object.toString()
public HlsOutputSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.