@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NielsenWatermarksSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
NielsenWatermarksSettings() |
| Modifier and Type | Method and Description |
|---|---|
NielsenWatermarksSettings |
clone() |
boolean |
equals(Object obj) |
NielsenCBET |
getNielsenCbetSettings()
Complete these fields only if you want to insert watermarks of type Nielsen CBET
|
String |
getNielsenDistributionType()
Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR
|
NielsenNaesIiNw |
getNielsenNaesIiNwSettings()
Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI
(NW).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setNielsenCbetSettings(NielsenCBET nielsenCbetSettings)
Complete these fields only if you want to insert watermarks of type Nielsen CBET
|
void |
setNielsenDistributionType(String nielsenDistributionType)
Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR
|
void |
setNielsenNaesIiNwSettings(NielsenNaesIiNw nielsenNaesIiNwSettings)
Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI
(NW).
|
String |
toString()
Returns a string representation of this object.
|
NielsenWatermarksSettings |
withNielsenCbetSettings(NielsenCBET nielsenCbetSettings)
Complete these fields only if you want to insert watermarks of type Nielsen CBET
|
NielsenWatermarksSettings |
withNielsenDistributionType(NielsenWatermarksDistributionTypes nielsenDistributionType)
Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR
|
NielsenWatermarksSettings |
withNielsenDistributionType(String nielsenDistributionType)
Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR
|
NielsenWatermarksSettings |
withNielsenNaesIiNwSettings(NielsenNaesIiNw nielsenNaesIiNwSettings)
Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI
(NW).
|
public void setNielsenCbetSettings(NielsenCBET nielsenCbetSettings)
nielsenCbetSettings - Complete these fields only if you want to insert watermarks of type Nielsen CBETpublic NielsenCBET getNielsenCbetSettings()
public NielsenWatermarksSettings withNielsenCbetSettings(NielsenCBET nielsenCbetSettings)
nielsenCbetSettings - Complete these fields only if you want to insert watermarks of type Nielsen CBETpublic void setNielsenDistributionType(String nielsenDistributionType)
nielsenDistributionType - Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT -
FINAL_DISTRIBUTORNielsenWatermarksDistributionTypespublic String getNielsenDistributionType()
NielsenWatermarksDistributionTypespublic NielsenWatermarksSettings withNielsenDistributionType(String nielsenDistributionType)
nielsenDistributionType - Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT -
FINAL_DISTRIBUTORNielsenWatermarksDistributionTypespublic NielsenWatermarksSettings withNielsenDistributionType(NielsenWatermarksDistributionTypes nielsenDistributionType)
nielsenDistributionType - Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT -
FINAL_DISTRIBUTORNielsenWatermarksDistributionTypespublic void setNielsenNaesIiNwSettings(NielsenNaesIiNw nielsenNaesIiNwSettings)
nielsenNaesIiNwSettings - Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES
VI (NW).public NielsenNaesIiNw getNielsenNaesIiNwSettings()
public NielsenWatermarksSettings withNielsenNaesIiNwSettings(NielsenNaesIiNw nielsenNaesIiNwSettings)
nielsenNaesIiNwSettings - Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES
VI (NW).public String toString()
toString in class ObjectObject.toString()public NielsenWatermarksSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.