Class CfnFlow.VeevaSourcePropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnFlow.VeevaSourcePropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.VeevaSourcePropertiesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.VeevaSourcePropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.VeevaSourcePropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.VeevaSourcePropertiesProperty
An implementation for
CfnFlow.VeevaSourcePropertiesProperty
-
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.appflow.CfnFlow.VeevaSourcePropertiesProperty
CfnFlow.VeevaSourcePropertiesProperty.Builder, CfnFlow.VeevaSourcePropertiesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFlow.VeevaSourcePropertiesProperty.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 document type specified in the Veeva document extract flow.final Object
Boolean value to include All Versions of files in Veeva document extract flow.final Object
Boolean value to include file renditions in Veeva document extract flow.final Object
Boolean value to include source files in Veeva document extract flow.final String
The object specified in the Veeva flow source.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 theCfnFlow.VeevaSourcePropertiesProperty.Builder
.
-
-
Method Details
-
getObject
Description copied from interface:CfnFlow.VeevaSourcePropertiesProperty
The object specified in the Veeva flow source.- Specified by:
getObject
in interfaceCfnFlow.VeevaSourcePropertiesProperty
-
getDocumentType
Description copied from interface:CfnFlow.VeevaSourcePropertiesProperty
The document type specified in the Veeva document extract flow.- Specified by:
getDocumentType
in interfaceCfnFlow.VeevaSourcePropertiesProperty
-
getIncludeAllVersions
Description copied from interface:CfnFlow.VeevaSourcePropertiesProperty
Boolean value to include All Versions of files in Veeva document extract flow.- Specified by:
getIncludeAllVersions
in interfaceCfnFlow.VeevaSourcePropertiesProperty
-
getIncludeRenditions
Description copied from interface:CfnFlow.VeevaSourcePropertiesProperty
Boolean value to include file renditions in Veeva document extract flow.- Specified by:
getIncludeRenditions
in interfaceCfnFlow.VeevaSourcePropertiesProperty
-
getIncludeSourceFiles
Description copied from interface:CfnFlow.VeevaSourcePropertiesProperty
Boolean value to include source files in Veeva document extract flow.- Specified by:
getIncludeSourceFiles
in interfaceCfnFlow.VeevaSourcePropertiesProperty
-
$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()
-