@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public HlsPlaylistSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.