@Generated(value="software.amazon.awssdk:codegen") public final class ResponseOutputItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResponseOutputItem.Builder,ResponseOutputItem>
The output item response.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResponseOutputItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResponseOutputItem.Builder |
builder() |
DashPlaylistSettings |
dashPlaylistSettings()
DASH manifest configuration settings.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HlsPlaylistSettings |
hlsPlaylistSettings()
HLS manifest configuration settings.
|
String |
manifestName()
The name of the manifest for the channel that will appear in the channel output's playback URL.
|
String |
playbackUrl()
The URL used for playback by content players.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResponseOutputItem.Builder> |
serializableBuilderClass() |
String |
sourceGroup()
A string used to associate a package configuration source group with a channel output.
|
ResponseOutputItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DashPlaylistSettings dashPlaylistSettings()
DASH manifest configuration settings.
public final HlsPlaylistSettings hlsPlaylistSettings()
HLS manifest configuration settings.
public final String manifestName()
The name of the manifest for the channel that will appear in the channel output's playback URL.
public final String playbackUrl()
The URL used for playback by content players.
public final String sourceGroup()
A string used to associate a package configuration source group with a channel output.
public ResponseOutputItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResponseOutputItem.Builder,ResponseOutputItem>public static ResponseOutputItem.Builder builder()
public static Class<? extends ResponseOutputItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.