Class CfnChannel.NielsenWatermarksSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.NielsenWatermarksSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.NielsenWatermarksSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.NielsenWatermarksSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.NielsenWatermarksSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.NielsenWatermarksSettingsProperty
An implementation for
CfnChannel.NielsenWatermarksSettingsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.NielsenWatermarksSettingsProperty
CfnChannel.NielsenWatermarksSettingsProperty.Builder, CfnChannel.NielsenWatermarksSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.NielsenWatermarksSettingsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Complete these fields only if you want to insert watermarks of type Nielsen CBET.final String
Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR.final Object
Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnChannel.NielsenWatermarksSettingsProperty.Builder
.
-
-
Method Details
-
getNielsenCbetSettings
Description copied from interface:CfnChannel.NielsenWatermarksSettingsProperty
Complete these fields only if you want to insert watermarks of type Nielsen CBET.- Specified by:
getNielsenCbetSettings
in interfaceCfnChannel.NielsenWatermarksSettingsProperty
- See Also:
-
getNielsenDistributionType
Description copied from interface:CfnChannel.NielsenWatermarksSettingsProperty
Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR.- Specified by:
getNielsenDistributionType
in interfaceCfnChannel.NielsenWatermarksSettingsProperty
- See Also:
-
getNielsenNaesIiNwSettings
Description copied from interface:CfnChannel.NielsenWatermarksSettingsProperty
Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).- Specified by:
getNielsenNaesIiNwSettings
in interfaceCfnChannel.NielsenWatermarksSettingsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-