@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_DISTRIBUTORNielsenWatermarksDistributionTypes
public String getNielsenDistributionType()
NielsenWatermarksDistributionTypes
public NielsenWatermarksSettings withNielsenDistributionType(String nielsenDistributionType)
nielsenDistributionType
- Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT -
FINAL_DISTRIBUTORNielsenWatermarksDistributionTypes
public NielsenWatermarksSettings withNielsenDistributionType(NielsenWatermarksDistributionTypes nielsenDistributionType)
nielsenDistributionType
- Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT -
FINAL_DISTRIBUTORNielsenWatermarksDistributionTypes
public 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 Object
Object.toString()
public NielsenWatermarksSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.