Class CfnDataAutomationProject.ModalityRoutingConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnDataAutomationProject.ModalityRoutingConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataAutomationProject.ModalityRoutingConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataAutomationProject.ModalityRoutingConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataAutomationProject.ModalityRoutingConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataAutomationProject.ModalityRoutingConfigurationProperty
An implementation for
CfnDataAutomationProject.ModalityRoutingConfigurationProperty-
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.bedrock.CfnDataAutomationProject.ModalityRoutingConfigurationProperty
CfnDataAutomationProject.ModalityRoutingConfigurationProperty.Builder, CfnDataAutomationProject.ModalityRoutingConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataAutomationProject.ModalityRoutingConfigurationProperty.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 StringgetJpeg()Sets whether JPEG files are routed to document or image processing.final StringgetMov()Sets whether MOV files are routed to audio or video processing.final StringgetMp4()Sets whether MP4 files are routed to audio or video processing.final StringgetPng()Sets whether PNG files are routed to document or image processing.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 theCfnDataAutomationProject.ModalityRoutingConfigurationProperty.Builder.
-
-
Method Details
-
getJpeg
Description copied from interface:CfnDataAutomationProject.ModalityRoutingConfigurationPropertySets whether JPEG files are routed to document or image processing.- Specified by:
getJpegin interfaceCfnDataAutomationProject.ModalityRoutingConfigurationProperty- See Also:
-
getMov
Description copied from interface:CfnDataAutomationProject.ModalityRoutingConfigurationPropertySets whether MOV files are routed to audio or video processing.- Specified by:
getMovin interfaceCfnDataAutomationProject.ModalityRoutingConfigurationProperty- See Also:
-
getMp4
Description copied from interface:CfnDataAutomationProject.ModalityRoutingConfigurationPropertySets whether MP4 files are routed to audio or video processing.- Specified by:
getMp4in interfaceCfnDataAutomationProject.ModalityRoutingConfigurationProperty- See Also:
-
getPng
Description copied from interface:CfnDataAutomationProject.ModalityRoutingConfigurationPropertySets whether PNG files are routed to document or image processing.- Specified by:
getPngin interfaceCfnDataAutomationProject.ModalityRoutingConfigurationProperty- See Also:
-
$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()
-