@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PartnerWatermarking extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
PartnerWatermarking() |
| Modifier and Type | Method and Description |
|---|---|
PartnerWatermarking |
clone() |
boolean |
equals(Object obj) |
NexGuardFileMarkerSettings |
getNexguardFileMarkerSettings()
For forensic video watermarking, MediaConvert supports Nagra NexGuard File Marker watermarking.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setNexguardFileMarkerSettings(NexGuardFileMarkerSettings nexguardFileMarkerSettings)
For forensic video watermarking, MediaConvert supports Nagra NexGuard File Marker watermarking.
|
String |
toString()
Returns a string representation of this object.
|
PartnerWatermarking |
withNexguardFileMarkerSettings(NexGuardFileMarkerSettings nexguardFileMarkerSettings)
For forensic video watermarking, MediaConvert supports Nagra NexGuard File Marker watermarking.
|
public void setNexguardFileMarkerSettings(NexGuardFileMarkerSettings nexguardFileMarkerSettings)
nexguardFileMarkerSettings - For forensic video watermarking, MediaConvert supports Nagra NexGuard File Marker watermarking.
MediaConvert supports both PreRelease Content (NGPR/G2) and OTT Streaming workflows.public NexGuardFileMarkerSettings getNexguardFileMarkerSettings()
public PartnerWatermarking withNexguardFileMarkerSettings(NexGuardFileMarkerSettings nexguardFileMarkerSettings)
nexguardFileMarkerSettings - For forensic video watermarking, MediaConvert supports Nagra NexGuard File Marker watermarking.
MediaConvert supports both PreRelease Content (NGPR/G2) and OTT Streaming workflows.public String toString()
toString in class ObjectObject.toString()public PartnerWatermarking clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.