@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)
Marshalls this structured data using the given
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.ColorSpace
public String getInputColorSpace()
ColorSpace
public ColorCorrection withInputColorSpace(String inputColorSpace)
inputColorSpace
- The color space of the input.ColorSpace
public ColorCorrection withInputColorSpace(ColorSpace inputColorSpace)
inputColorSpace
- The color space of the input.ColorSpace
public void setOutputColorSpace(String outputColorSpace)
outputColorSpace
- The color space of the output.ColorSpace
public String getOutputColorSpace()
ColorSpace
public ColorCorrection withOutputColorSpace(String outputColorSpace)
outputColorSpace
- The color space of the output.ColorSpace
public ColorCorrection withOutputColorSpace(ColorSpace outputColorSpace)
outputColorSpace
- The color space of the output.ColorSpace
public 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 Object
Object.toString()
public ColorCorrection clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.