@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HlsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for HLS content.
Constructor and Description |
---|
HlsConfiguration() |
Modifier and Type | Method and Description |
---|---|
HlsConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getManifestEndpointPrefix()
The URL that is used to initiate a playback session for devices that support Apple HLS.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setManifestEndpointPrefix(String manifestEndpointPrefix)
The URL that is used to initiate a playback session for devices that support Apple HLS.
|
String |
toString()
Returns a string representation of this object.
|
HlsConfiguration |
withManifestEndpointPrefix(String manifestEndpointPrefix)
The URL that is used to initiate a playback session for devices that support Apple HLS.
|
public void setManifestEndpointPrefix(String manifestEndpointPrefix)
The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.
manifestEndpointPrefix
- The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses
server-side reporting.public String getManifestEndpointPrefix()
The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.
public HlsConfiguration withManifestEndpointPrefix(String manifestEndpointPrefix)
The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.
manifestEndpointPrefix
- The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses
server-side reporting.public String toString()
toString
in class Object
Object.toString()
public HlsConfiguration 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.