Class CfnChannel.DvbSdtSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.DvbSdtSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.DvbSdtSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.DvbSdtSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.DvbSdtSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.DvbSdtSettingsProperty
An implementation for
CfnChannel.DvbSdtSettingsProperty
-
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.DvbSdtSettingsProperty
CfnChannel.DvbSdtSettingsProperty.Builder, CfnChannel.DvbSdtSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.DvbSdtSettingsProperty.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 String
Selects a method of inserting SDT information into an output stream.final Number
The number of milliseconds between instances of this table in the output transport stream.final String
The service name placed in the serviceDescriptor in the Service Description Table (SDT).final String
The service provider name placed in the serviceDescriptor in the Service Description Table (SDT).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.DvbSdtSettingsProperty.Builder
.
-
-
Method Details
-
getOutputSdt
Description copied from interface:CfnChannel.DvbSdtSettingsProperty
Selects a method of inserting SDT information into an output stream.The sdtFollow setting copies SDT information from input stream to output stream. The sdtFollowIfPresent setting copies SDT information from input stream to output stream if SDT information is present in the input. Otherwise, it falls back on the user-defined values. The sdtManual setting means that the user will enter the SDT information. The sdtNone setting means that the output stream will not contain SDT information.
- Specified by:
getOutputSdt
in interfaceCfnChannel.DvbSdtSettingsProperty
- See Also:
-
getRepInterval
Description copied from interface:CfnChannel.DvbSdtSettingsProperty
The number of milliseconds between instances of this table in the output transport stream.- Specified by:
getRepInterval
in interfaceCfnChannel.DvbSdtSettingsProperty
- See Also:
-
getServiceName
Description copied from interface:CfnChannel.DvbSdtSettingsProperty
The service name placed in the serviceDescriptor in the Service Description Table (SDT).The maximum length is 256 characters.
- Specified by:
getServiceName
in interfaceCfnChannel.DvbSdtSettingsProperty
- See Also:
-
getServiceProviderName
Description copied from interface:CfnChannel.DvbSdtSettingsProperty
The service provider name placed in the serviceDescriptor in the Service Description Table (SDT).The maximum length is 256 characters.
- Specified by:
getServiceProviderName
in interfaceCfnChannel.DvbSdtSettingsProperty
- 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()
-