@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HlsPlaylistSettings extends Object implements Serializable, Cloneable, StructuredPojo
HLS playlist configuration parameters.
| Constructor and Description |
|---|
HlsPlaylistSettings() |
| Modifier and Type | Method and Description |
|---|---|
HlsPlaylistSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getManifestWindowSeconds()
The total duration (in seconds) of each manifest.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setManifestWindowSeconds(Integer manifestWindowSeconds)
The total duration (in seconds) of each manifest.
|
String |
toString()
Returns a string representation of this object.
|
HlsPlaylistSettings |
withManifestWindowSeconds(Integer manifestWindowSeconds)
The total duration (in seconds) of each manifest.
|
public void setManifestWindowSeconds(Integer manifestWindowSeconds)
The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds.
manifestWindowSeconds - The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds.public Integer getManifestWindowSeconds()
The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds.
public HlsPlaylistSettings withManifestWindowSeconds(Integer manifestWindowSeconds)
The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds.
manifestWindowSeconds - The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds.public String toString()
toString in class ObjectObject.toString()public HlsPlaylistSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.