Class StandardHlsSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.StandardHlsSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StandardHlsSettings.Builder,StandardHlsSettings>
@Generated("software.amazon.awssdk:codegen") public final class StandardHlsSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StandardHlsSettings.Builder,StandardHlsSettings>
Standard Hls Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStandardHlsSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaudioRenditionSets()List all the audio groups that are used with the video output stream.static StandardHlsSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()M3u8Settingsm3u8Settings()Returns the value of the M3u8Settings property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StandardHlsSettings.Builder>serializableBuilderClass()StandardHlsSettings.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
-
audioRenditionSets
public final String audioRenditionSets()
List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.- Returns:
- List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.
-
m3u8Settings
public final M3u8Settings m3u8Settings()
Returns the value of the M3u8Settings property for this object.- Returns:
- The value of the M3u8Settings property for this object.
-
toBuilder
public StandardHlsSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StandardHlsSettings.Builder,StandardHlsSettings>
-
builder
public static StandardHlsSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends StandardHlsSettings.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
-
-