Class CfnChannelPlacementGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannelPlacementGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPlacementGroupProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPlacementGroupProps
@Stability(Stable)
@Internal
public static final class CfnChannelPlacementGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPlacementGroupProps
An implementation for
CfnChannelPlacementGroupProps
-
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.CfnChannelPlacementGroupProps
CfnChannelPlacementGroupProps.Builder, CfnChannelPlacementGroupProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannelPlacementGroupProps.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
The ID of the cluster the node is on.final String
getName()
The name of the channel placement group.getNodes()
List of nodes added to the channel placement group.getTags()
A collection of key-value pairs.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 theCfnChannelPlacementGroupProps.Builder
.
-
-
Method Details
-
getClusterId
Description copied from interface:CfnChannelPlacementGroupProps
The ID of the cluster the node is on.- Specified by:
getClusterId
in interfaceCfnChannelPlacementGroupProps
- See Also:
-
getName
Description copied from interface:CfnChannelPlacementGroupProps
The name of the channel placement group.- Specified by:
getName
in interfaceCfnChannelPlacementGroupProps
- See Also:
-
getNodes
Description copied from interface:CfnChannelPlacementGroupProps
List of nodes added to the channel placement group.- Specified by:
getNodes
in interfaceCfnChannelPlacementGroupProps
- See Also:
-
getTags
Description copied from interface:CfnChannelPlacementGroupProps
A collection of key-value pairs.- Specified by:
getTags
in interfaceCfnChannelPlacementGroupProps
- 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()
-