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