Class CfnBlueprintMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnBlueprintMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnBlueprintMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBlueprintMixinProps
@Stability(Stable)
@Internal
public static final class CfnBlueprintMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBlueprintMixinProps
An implementation for
CfnBlueprintMixinProps-
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.cfnpropertymixins.services.bedrock.CfnBlueprintMixinProps
CfnBlueprintMixinProps.Builder, CfnBlueprintMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnBlueprintMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBlueprintMixinProps.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 StringThe blueprint's name.final ObjectName-value pairs to include as an encryption context.final StringThe AWS key to use for encryption.final ObjectThe blueprint's schema.getTags()List of Tags.final StringgetType()The blueprint's type.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 theCfnBlueprintMixinProps.Builder.
-
-
Method Details
-
getBlueprintName
Description copied from interface:CfnBlueprintMixinPropsThe blueprint's name.- Specified by:
getBlueprintNamein interfaceCfnBlueprintMixinProps- See Also:
-
getKmsEncryptionContext
Description copied from interface:CfnBlueprintMixinPropsName-value pairs to include as an encryption context.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getKmsEncryptionContextin interfaceCfnBlueprintMixinProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnBlueprintMixinPropsThe AWS key to use for encryption.- Specified by:
getKmsKeyIdin interfaceCfnBlueprintMixinProps- See Also:
-
getSchema
Description copied from interface:CfnBlueprintMixinPropsThe blueprint's schema.- Specified by:
getSchemain interfaceCfnBlueprintMixinProps- See Also:
-
getTags
Description copied from interface:CfnBlueprintMixinPropsList of Tags.- Specified by:
getTagsin interfaceCfnBlueprintMixinProps- See Also:
-
getType
Description copied from interface:CfnBlueprintMixinPropsThe blueprint's type.- Specified by:
getTypein interfaceCfnBlueprintMixinProps- 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()
-