@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResponseOutputItem extends Object implements Serializable, Cloneable, StructuredPojo
The output item response.
Constructor and Description |
---|
ResponseOutputItem() |
Modifier and Type | Method and Description |
---|---|
ResponseOutputItem |
clone() |
boolean |
equals(Object obj) |
DashPlaylistSettings |
getDashPlaylistSettings()
DASH manifest configuration settings.
|
HlsPlaylistSettings |
getHlsPlaylistSettings()
HLS manifest configuration settings.
|
String |
getManifestName()
The name of the manifest for the channel that will appear in the channel output's playback URL.
|
String |
getPlaybackUrl()
The URL used for playback by content players.
|
String |
getSourceGroup()
A string used to associate a package configuration source group with a channel output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDashPlaylistSettings(DashPlaylistSettings dashPlaylistSettings)
DASH manifest configuration settings.
|
void |
setHlsPlaylistSettings(HlsPlaylistSettings hlsPlaylistSettings)
HLS manifest configuration settings.
|
void |
setManifestName(String manifestName)
The name of the manifest for the channel that will appear in the channel output's playback URL.
|
void |
setPlaybackUrl(String playbackUrl)
The URL used for playback by content players.
|
void |
setSourceGroup(String sourceGroup)
A string used to associate a package configuration source group with a channel output.
|
String |
toString()
Returns a string representation of this object.
|
ResponseOutputItem |
withDashPlaylistSettings(DashPlaylistSettings dashPlaylistSettings)
DASH manifest configuration settings.
|
ResponseOutputItem |
withHlsPlaylistSettings(HlsPlaylistSettings hlsPlaylistSettings)
HLS manifest configuration settings.
|
ResponseOutputItem |
withManifestName(String manifestName)
The name of the manifest for the channel that will appear in the channel output's playback URL.
|
ResponseOutputItem |
withPlaybackUrl(String playbackUrl)
The URL used for playback by content players.
|
ResponseOutputItem |
withSourceGroup(String sourceGroup)
A string used to associate a package configuration source group with a channel output.
|
public void setDashPlaylistSettings(DashPlaylistSettings dashPlaylistSettings)
DASH manifest configuration settings.
dashPlaylistSettings
- DASH manifest configuration settings.public DashPlaylistSettings getDashPlaylistSettings()
DASH manifest configuration settings.
public ResponseOutputItem withDashPlaylistSettings(DashPlaylistSettings dashPlaylistSettings)
DASH manifest configuration settings.
dashPlaylistSettings
- DASH manifest configuration settings.public void setHlsPlaylistSettings(HlsPlaylistSettings hlsPlaylistSettings)
HLS manifest configuration settings.
hlsPlaylistSettings
- HLS manifest configuration settings.public HlsPlaylistSettings getHlsPlaylistSettings()
HLS manifest configuration settings.
public ResponseOutputItem withHlsPlaylistSettings(HlsPlaylistSettings hlsPlaylistSettings)
HLS manifest configuration settings.
hlsPlaylistSettings
- HLS manifest configuration settings.public void setManifestName(String manifestName)
The name of the manifest for the channel that will appear in the channel output's playback URL.
manifestName
- The name of the manifest for the channel that will appear in the channel output's playback URL.public String getManifestName()
The name of the manifest for the channel that will appear in the channel output's playback URL.
public ResponseOutputItem withManifestName(String manifestName)
The name of the manifest for the channel that will appear in the channel output's playback URL.
manifestName
- The name of the manifest for the channel that will appear in the channel output's playback URL.public void setPlaybackUrl(String playbackUrl)
The URL used for playback by content players.
playbackUrl
- The URL used for playback by content players.public String getPlaybackUrl()
The URL used for playback by content players.
public ResponseOutputItem withPlaybackUrl(String playbackUrl)
The URL used for playback by content players.
playbackUrl
- The URL used for playback by content players.public void setSourceGroup(String sourceGroup)
A string used to associate a package configuration source group with a channel output.
sourceGroup
- A string used to associate a package configuration source group with a channel output.public String getSourceGroup()
A string used to associate a package configuration source group with a channel output.
public ResponseOutputItem withSourceGroup(String sourceGroup)
A string used to associate a package configuration source group with a channel output.
sourceGroup
- A string used to associate a package configuration source group with a channel output.public String toString()
toString
in class Object
Object.toString()
public ResponseOutputItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.