Class Av1ColorSpaceSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.Av1ColorSpaceSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Av1ColorSpaceSettings.Builder,Av1ColorSpaceSettings>
@Generated("software.amazon.awssdk:codegen") public final class Av1ColorSpaceSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Av1ColorSpaceSettings.Builder,Av1ColorSpaceSettings>
Av1 Color Space Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAv1ColorSpaceSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Av1ColorSpaceSettings.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()Hdr10Settingshdr10Settings()Returns the value of the Hdr10Settings property for this object.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 Av1ColorSpaceSettings.Builder>serializableBuilderClass()Av1ColorSpaceSettings.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.
-
hdr10Settings
public final Hdr10Settings hdr10Settings()
Returns the value of the Hdr10Settings property for this object.- Returns:
- The value of the Hdr10Settings 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 Av1ColorSpaceSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Av1ColorSpaceSettings.Builder,Av1ColorSpaceSettings>
-
builder
public static Av1ColorSpaceSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends Av1ColorSpaceSettings.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
-
-