@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColorCorrection extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ColorCorrection() |
| Modifier and Type | Method and Description |
|---|---|
ColorCorrection |
clone() |
boolean |
equals(Object obj) |
String |
getInputColorSpace()
The color space of the input.
|
String |
getOutputColorSpace()
The color space of the output.
|
String |
getUri()
The URI of the 3D LUT file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInputColorSpace(String inputColorSpace)
The color space of the input.
|
void |
setOutputColorSpace(String outputColorSpace)
The color space of the output.
|
void |
setUri(String uri)
The URI of the 3D LUT file.
|
String |
toString()
Returns a string representation of this object.
|
ColorCorrection |
withInputColorSpace(ColorSpace inputColorSpace)
The color space of the input.
|
ColorCorrection |
withInputColorSpace(String inputColorSpace)
The color space of the input.
|
ColorCorrection |
withOutputColorSpace(ColorSpace outputColorSpace)
The color space of the output.
|
ColorCorrection |
withOutputColorSpace(String outputColorSpace)
The color space of the output.
|
ColorCorrection |
withUri(String uri)
The URI of the 3D LUT file.
|
public void setInputColorSpace(String inputColorSpace)
inputColorSpace - The color space of the input.ColorSpacepublic String getInputColorSpace()
ColorSpacepublic ColorCorrection withInputColorSpace(String inputColorSpace)
inputColorSpace - The color space of the input.ColorSpacepublic ColorCorrection withInputColorSpace(ColorSpace inputColorSpace)
inputColorSpace - The color space of the input.ColorSpacepublic void setOutputColorSpace(String outputColorSpace)
outputColorSpace - The color space of the output.ColorSpacepublic String getOutputColorSpace()
ColorSpacepublic ColorCorrection withOutputColorSpace(String outputColorSpace)
outputColorSpace - The color space of the output.ColorSpacepublic ColorCorrection withOutputColorSpace(ColorSpace outputColorSpace)
outputColorSpace - The color space of the output.ColorSpacepublic void setUri(String uri)
uri - The URI of the 3D LUT file. The protocol must be 's3:' or 's3ssl:':.public String getUri()
public ColorCorrection withUri(String uri)
uri - The URI of the 3D LUT file. The protocol must be 's3:' or 's3ssl:':.public String toString()
toString in class ObjectObject.toString()public ColorCorrection clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.