Class CfnBlueprintMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.glue.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.glue.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 StringSpecifies a path in Amazon S3 where the blueprint is published.final StringA description of the blueprint.final StringgetName()The name of the blueprint.getTags()The tags to be applied to this blueprint.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
-
getBlueprintLocation
Description copied from interface:CfnBlueprintMixinPropsSpecifies a path in Amazon S3 where the blueprint is published.- Specified by:
getBlueprintLocationin interfaceCfnBlueprintMixinProps- See Also:
-
getDescription
Description copied from interface:CfnBlueprintMixinPropsA description of the blueprint.- Specified by:
getDescriptionin interfaceCfnBlueprintMixinProps- See Also:
-
getName
Description copied from interface:CfnBlueprintMixinPropsThe name of the blueprint.- Specified by:
getNamein interfaceCfnBlueprintMixinProps- See Also:
-
getTags
Description copied from interface:CfnBlueprintMixinPropsThe tags to be applied to this blueprint.- Specified by:
getTagsin 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()
-