Class ColorCorrection
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.ColorCorrection
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ColorCorrection.Builder,ColorCorrection>
@Generated("software.amazon.awssdk:codegen") public final class ColorCorrection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ColorCorrection.Builder,ColorCorrection>
Property of ColorCorrectionSettings. Used for custom color space conversion. The object identifies one 3D LUT file and specifies the input/output color space combination that the file will be used for.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceColorCorrection.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ColorCorrection.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ColorSpaceinputColorSpace()The color space of the input.StringinputColorSpaceAsString()The color space of the input.ColorSpaceoutputColorSpace()The color space of the output.StringoutputColorSpaceAsString()The color space of the output.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ColorCorrection.Builder>serializableBuilderClass()ColorCorrection.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringuri()The URI of the 3D LUT file.-
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
-
inputColorSpace
public final ColorSpace inputColorSpace()
The color space of the input.If the service returns an enum value that is not available in the current SDK version,
inputColorSpacewill returnColorSpace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputColorSpaceAsString().- Returns:
- The color space of the input.
- See Also:
ColorSpace
-
inputColorSpaceAsString
public final String inputColorSpaceAsString()
The color space of the input.If the service returns an enum value that is not available in the current SDK version,
inputColorSpacewill returnColorSpace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputColorSpaceAsString().- Returns:
- The color space of the input.
- See Also:
ColorSpace
-
outputColorSpace
public final ColorSpace outputColorSpace()
The color space of the output.If the service returns an enum value that is not available in the current SDK version,
outputColorSpacewill returnColorSpace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoutputColorSpaceAsString().- Returns:
- The color space of the output.
- See Also:
ColorSpace
-
outputColorSpaceAsString
public final String outputColorSpaceAsString()
The color space of the output.If the service returns an enum value that is not available in the current SDK version,
outputColorSpacewill returnColorSpace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoutputColorSpaceAsString().- Returns:
- The color space of the output.
- See Also:
ColorSpace
-
uri
public final String uri()
The URI of the 3D LUT file. The protocol must be 's3:' or 's3ssl:':.- Returns:
- The URI of the 3D LUT file. The protocol must be 's3:' or 's3ssl:':.
-
toBuilder
public ColorCorrection.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ColorCorrection.Builder,ColorCorrection>
-
builder
public static ColorCorrection.Builder builder()
-
serializableBuilderClass
public static Class<? extends ColorCorrection.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
-
-