@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class H264ColorSpaceSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
H264ColorSpaceSettings() |
| Modifier and Type | Method and Description |
|---|---|
H264ColorSpaceSettings |
clone() |
boolean |
equals(Object obj) |
ColorSpacePassthroughSettings |
getColorSpacePassthroughSettings() |
Rec601Settings |
getRec601Settings() |
Rec709Settings |
getRec709Settings() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setColorSpacePassthroughSettings(ColorSpacePassthroughSettings colorSpacePassthroughSettings) |
void |
setRec601Settings(Rec601Settings rec601Settings) |
void |
setRec709Settings(Rec709Settings rec709Settings) |
String |
toString()
Returns a string representation of this object.
|
H264ColorSpaceSettings |
withColorSpacePassthroughSettings(ColorSpacePassthroughSettings colorSpacePassthroughSettings) |
H264ColorSpaceSettings |
withRec601Settings(Rec601Settings rec601Settings) |
H264ColorSpaceSettings |
withRec709Settings(Rec709Settings rec709Settings) |
public void setColorSpacePassthroughSettings(ColorSpacePassthroughSettings colorSpacePassthroughSettings)
colorSpacePassthroughSettings - public ColorSpacePassthroughSettings getColorSpacePassthroughSettings()
public H264ColorSpaceSettings withColorSpacePassthroughSettings(ColorSpacePassthroughSettings colorSpacePassthroughSettings)
colorSpacePassthroughSettings - public void setRec601Settings(Rec601Settings rec601Settings)
rec601Settings - public Rec601Settings getRec601Settings()
public H264ColorSpaceSettings withRec601Settings(Rec601Settings rec601Settings)
rec601Settings - public void setRec709Settings(Rec709Settings rec709Settings)
rec709Settings - public Rec709Settings getRec709Settings()
public H264ColorSpaceSettings withRec709Settings(Rec709Settings rec709Settings)
rec709Settings - public String toString()
toString in class ObjectObject.toString()public H264ColorSpaceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.