Class InputProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.InputProps.Jsii$Proxy
- All Implemented Interfaces:
InputProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
InputProps
@Stability(Experimental)
@Internal
public static final class InputProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements InputProps
An implementation for
InputProps-
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.InputProps
InputProps.Builder, InputProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(InputProps.Builder builder) Constructor that initializes the object based on literal property values passed by theInputProps.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 InputConfigurationgetInput()(experimental) Input configuration that defines the input type and source settings.final String(experimental) Input name.final InputNetworkLocation(experimental) The network location of the input — AWS cloud or on-premises (MediaLive Anywhere).getTags()(experimental) Tags to add to the input.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 theInputProps.Builder.
-
-
Method Details
-
getInput
Description copied from interface:InputProps(experimental) Input configuration that defines the input type and source settings.- Specified by:
getInputin interfaceInputProps
-
getInputName
Description copied from interface:InputProps(experimental) Input name.Default: - auto-generated
- Specified by:
getInputNamein interfaceInputProps
-
getInputNetworkLocation
Description copied from interface:InputProps(experimental) The network location of the input — AWS cloud or on-premises (MediaLive Anywhere).Default: - AWS, applied by MediaLive
- Specified by:
getInputNetworkLocationin interfaceInputProps
-
getTags
Description copied from interface:InputProps(experimental) Tags to add to the input.Default: - no tags
- Specified by:
getTagsin interfaceInputProps
-
$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()
-