@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Hdr10Plus extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Hdr10Plus() |
Modifier and Type | Method and Description |
---|---|
Hdr10Plus |
clone() |
boolean |
equals(Object obj) |
Integer |
getMasteringMonitorNits()
Specify the HDR10+ mastering display normalized peak luminance, in nits.
|
Integer |
getTargetMonitorNits()
Specify the HDR10+ target display nominal peak luminance, in nits.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMasteringMonitorNits(Integer masteringMonitorNits)
Specify the HDR10+ mastering display normalized peak luminance, in nits.
|
void |
setTargetMonitorNits(Integer targetMonitorNits)
Specify the HDR10+ target display nominal peak luminance, in nits.
|
String |
toString()
Returns a string representation of this object.
|
Hdr10Plus |
withMasteringMonitorNits(Integer masteringMonitorNits)
Specify the HDR10+ mastering display normalized peak luminance, in nits.
|
Hdr10Plus |
withTargetMonitorNits(Integer targetMonitorNits)
Specify the HDR10+ target display nominal peak luminance, in nits.
|
public void setMasteringMonitorNits(Integer masteringMonitorNits)
masteringMonitorNits
- Specify the HDR10+ mastering display normalized peak luminance, in nits. This is the normalized actual
peak luminance of the mastering display, as defined by ST 2094-40.public Integer getMasteringMonitorNits()
public Hdr10Plus withMasteringMonitorNits(Integer masteringMonitorNits)
masteringMonitorNits
- Specify the HDR10+ mastering display normalized peak luminance, in nits. This is the normalized actual
peak luminance of the mastering display, as defined by ST 2094-40.public void setTargetMonitorNits(Integer targetMonitorNits)
targetMonitorNits
- Specify the HDR10+ target display nominal peak luminance, in nits. This is the nominal maximum luminance
of the target display as defined by ST 2094-40.public Integer getTargetMonitorNits()
public Hdr10Plus withTargetMonitorNits(Integer targetMonitorNits)
targetMonitorNits
- Specify the HDR10+ target display nominal peak luminance, in nits. This is the nominal maximum luminance
of the target display as defined by ST 2094-40.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.