Class ResponseOutputItem
- java.lang.Object
-
- software.amazon.awssdk.services.mediatailor.model.ResponseOutputItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResponseOutputItem.Builder,ResponseOutputItem>
@Generated("software.amazon.awssdk:codegen") public final class ResponseOutputItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResponseOutputItem.Builder,ResponseOutputItem>
The output item response.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResponseOutputItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResponseOutputItem.Builderbuilder()DashPlaylistSettingsdashPlaylistSettings()DASH manifest configuration settings.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HlsPlaylistSettingshlsPlaylistSettings()HLS manifest configuration settings.StringmanifestName()The name of the manifest for the channel that will appear in the channel output's playback URL.StringplaybackUrl()The URL used for playback by content players.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ResponseOutputItem.Builder>serializableBuilderClass()StringsourceGroup()A string used to associate a package configuration source group with a channel output.ResponseOutputItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dashPlaylistSettings
public final DashPlaylistSettings dashPlaylistSettings()
DASH manifest configuration settings.
- Returns:
- DASH manifest configuration settings.
-
hlsPlaylistSettings
public final HlsPlaylistSettings hlsPlaylistSettings()
HLS manifest configuration settings.
- Returns:
- HLS manifest configuration settings.
-
manifestName
public final String manifestName()
The name of the manifest for the channel that will appear in the channel output's playback URL.
- Returns:
- The name of the manifest for the channel that will appear in the channel output's playback URL.
-
playbackUrl
public final String playbackUrl()
The URL used for playback by content players.
- Returns:
- The URL used for playback by content players.
-
sourceGroup
public final String sourceGroup()
A string used to associate a package configuration source group with a channel output.
- Returns:
- A string used to associate a package configuration source group with a channel output.
-
toBuilder
public ResponseOutputItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResponseOutputItem.Builder,ResponseOutputItem>
-
builder
public static ResponseOutputItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResponseOutputItem.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-