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