Class CfnChannel.DvbNitSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.DvbNitSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.DvbNitSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnChannel.DvbNitSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.DvbNitSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.DvbNitSettingsProperty
An implementation for
CfnChannel.DvbNitSettingsProperty
-
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.DvbNitSettingsProperty
CfnChannel.DvbNitSettingsProperty.Builder, CfnChannel.DvbNitSettingsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.DvbNitSettingsProperty.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 Number
The numeric value placed in the Network Information Table (NIT).final String
The network name text placed in the networkNameDescriptor inside the Network Information Table (NIT).final Number
The number of milliseconds between instances of this table in the output transport stream.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.DvbNitSettingsProperty.Builder
.
-
-
Method Details
-
getNetworkId
Description copied from interface:CfnChannel.DvbNitSettingsProperty
The numeric value placed in the Network Information Table (NIT).- Specified by:
getNetworkId
in interfaceCfnChannel.DvbNitSettingsProperty
-
getNetworkName
Description copied from interface:CfnChannel.DvbNitSettingsProperty
The network name text placed in the networkNameDescriptor inside the Network Information Table (NIT).The maximum length is 256 characters.
- Specified by:
getNetworkName
in interfaceCfnChannel.DvbNitSettingsProperty
-
getRepInterval
Description copied from interface:CfnChannel.DvbNitSettingsProperty
The number of milliseconds between instances of this table in the output transport stream.- Specified by:
getRepInterval
in interfaceCfnChannel.DvbNitSettingsProperty
-
$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()
-