Class MulticastInputSource.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.MulticastInputSource.Jsii$Proxy
- All Implemented Interfaces:
MulticastInputSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MulticastInputSource
@Stability(Experimental)
@Internal
public static final class MulticastInputSource.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MulticastInputSource
An implementation for
MulticastInputSource-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.MulticastInputSource
MulticastInputSource.Builder, MulticastInputSource.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(MulticastInputSource.Builder builder) Constructor that initializes the object based on literal property values passed by theMulticastInputSource.Builder.protectedJsii$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.JsonNodefinal booleanfinal String(experimental) The multicast group address.final NumbergetPort()(experimental) The multicast port.final MulticastProtocol(experimental) The transport protocol.final String(experimental) Filter to a specific source IP (source-specific multicast).final inthashCode()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 theMulticastInputSource.Builder.
-
-
Method Details
-
getAddress
Description copied from interface:MulticastInputSource(experimental) The multicast group address.- Specified by:
getAddressin interfaceMulticastInputSource
-
getPort
Description copied from interface:MulticastInputSource(experimental) The multicast port.- Specified by:
getPortin interfaceMulticastInputSource
-
getProtocol
Description copied from interface:MulticastInputSource(experimental) The transport protocol.Default: MulticastProtocol.UDP
- Specified by:
getProtocolin interfaceMulticastInputSource
-
getSourceIp
Description copied from interface:MulticastInputSource(experimental) Filter to a specific source IP (source-specific multicast).Default: - accept any source
- Specified by:
getSourceIpin interfaceMulticastInputSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-