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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.b2bi.CfnTransformer.SampleDocumentsPropertyCfnTransformer.SampleDocumentsProperty.Builder, CfnTransformer.SampleDocumentsProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformer.SampleDocumentsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringContains the Amazon S3 bucket that is used to hold your sample documents.final ObjectgetKeys()Contains an array of the Amazon S3 keys used to identify the location for your sample documents.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnTransformer.SampleDocumentsProperty.Builder.
 
- 
- 
Method Details- 
getBucketNameDescription copied from interface:CfnTransformer.SampleDocumentsPropertyContains the Amazon S3 bucket that is used to hold your sample documents.- Specified by:
- getBucketNamein interface- CfnTransformer.SampleDocumentsProperty
- See Also:
 
- 
getKeysDescription copied from interface:CfnTransformer.SampleDocumentsPropertyContains an array of the Amazon S3 keys used to identify the location for your sample documents.Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTransformer.SampleDocumentKeysProperty>- Specified by:
- getKeysin interface- CfnTransformer.SampleDocumentsProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-