@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DashConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration object for DASH content.
| Constructor and Description |
|---|
DashConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DashConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getManifestEndpointPrefix()
The URL that is used to initiate a playback session for devices that support DASH.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setManifestEndpointPrefix(String manifestEndpointPrefix)
The URL that is used to initiate a playback session for devices that support DASH.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DashConfiguration |
withManifestEndpointPrefix(String manifestEndpointPrefix)
The URL that is used to initiate a playback session for devices that support DASH.
|
public void setManifestEndpointPrefix(String manifestEndpointPrefix)
The URL that is used to initiate a playback session for devices that support DASH.
manifestEndpointPrefix - The URL that is used to initiate a playback session for devices that support DASH.public String getManifestEndpointPrefix()
The URL that is used to initiate a playback session for devices that support DASH.
public DashConfiguration withManifestEndpointPrefix(String manifestEndpointPrefix)
The URL that is used to initiate a playback session for devices that support DASH.
manifestEndpointPrefix - The URL that is used to initiate a playback session for devices that support DASH.public String toString()
toString in class ObjectObject.toString()public DashConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.