Class H264ColorSpaceSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.H264ColorSpaceSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<H264ColorSpaceSettings.Builder,H264ColorSpaceSettings>
@Generated("software.amazon.awssdk:codegen") public final class H264ColorSpaceSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<H264ColorSpaceSettings.Builder,H264ColorSpaceSettings>
H264 Color Space Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceH264ColorSpaceSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static H264ColorSpaceSettings.Builderbuilder()ColorSpacePassthroughSettingscolorSpacePassthroughSettings()Returns the value of the ColorSpacePassthroughSettings property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Rec601Settingsrec601Settings()Returns the value of the Rec601Settings property for this object.Rec709Settingsrec709Settings()Returns the value of the Rec709Settings property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends H264ColorSpaceSettings.Builder>serializableBuilderClass()H264ColorSpaceSettings.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
-
colorSpacePassthroughSettings
public final ColorSpacePassthroughSettings colorSpacePassthroughSettings()
Returns the value of the ColorSpacePassthroughSettings property for this object.- Returns:
- The value of the ColorSpacePassthroughSettings property for this object.
-
rec601Settings
public final Rec601Settings rec601Settings()
Returns the value of the Rec601Settings property for this object.- Returns:
- The value of the Rec601Settings property for this object.
-
rec709Settings
public final Rec709Settings rec709Settings()
Returns the value of the Rec709Settings property for this object.- Returns:
- The value of the Rec709Settings property for this object.
-
toBuilder
public H264ColorSpaceSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<H264ColorSpaceSettings.Builder,H264ColorSpaceSettings>
-
builder
public static H264ColorSpaceSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends H264ColorSpaceSettings.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
-
-