public static final class CfnChannel.InputAttachmentProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.InputAttachmentProperty
CfnChannel.InputAttachmentProperty
CfnChannel.InputAttachmentProperty.Builder, CfnChannel.InputAttachmentProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAutomaticInputFailoverSettings()
Settings to implement automatic input failover in this input.
|
java.lang.String |
getInputAttachmentName()
A name for the attachment.
|
java.lang.String |
getInputId()
The ID of the input to attach.
|
java.lang.Object |
getInputSettings()
Information about the content to extract from the input and about the general handling of the content.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAutomaticInputFailoverSettings()
CfnChannel.InputAttachmentProperty
getAutomaticInputFailoverSettings
in interface CfnChannel.InputAttachmentProperty
public final java.lang.String getInputAttachmentName()
CfnChannel.InputAttachmentProperty
This is required if you want to use this input in an input switch action.
getInputAttachmentName
in interface CfnChannel.InputAttachmentProperty
public final java.lang.String getInputId()
CfnChannel.InputAttachmentProperty
getInputId
in interface CfnChannel.InputAttachmentProperty
public final java.lang.Object getInputSettings()
CfnChannel.InputAttachmentProperty
getInputSettings
in interface CfnChannel.InputAttachmentProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()