Class CfnTransformer.SampleDocumentsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.b2bi.CfnTransformer.SampleDocumentsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformer.SampleDocumentsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformer.SampleDocumentsProperty
@Stability(Stable)
@Internal
public static final class CfnTransformer.SampleDocumentsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformer.SampleDocumentsProperty
An implementation for
CfnTransformer.SampleDocumentsProperty
-
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.b2bi.CfnTransformer.SampleDocumentsProperty
CfnTransformer.SampleDocumentsProperty.Builder, CfnTransformer.SampleDocumentsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTransformer.SampleDocumentsProperty.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
Contains the Amazon S3 bucket that is used to hold your sample documents.final Object
getKeys()
Contains an array of the Amazon S3 keys used to identify the location for your sample documents.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 theCfnTransformer.SampleDocumentsProperty.Builder
.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnTransformer.SampleDocumentsProperty
Contains the Amazon S3 bucket that is used to hold your sample documents.- Specified by:
getBucketName
in interfaceCfnTransformer.SampleDocumentsProperty
- See Also:
-
getKeys
Description copied from interface:CfnTransformer.SampleDocumentsProperty
Contains an array of the Amazon S3 keys used to identify the location for your sample documents.- Specified by:
getKeys
in interfaceCfnTransformer.SampleDocumentsProperty
- 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()
-