Class CfnBlueprintProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.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.glue.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 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 theCfnBlueprintProps.Builder.
-
-
Method Details
-
getBlueprintLocation
Description copied from interface:CfnBlueprintPropsSpecifies a path in Amazon S3 where the blueprint is published.- Specified by:
getBlueprintLocationin interfaceCfnBlueprintProps- See Also:
-
getName
Description copied from interface:CfnBlueprintPropsThe name of the blueprint.- Specified by:
getNamein interfaceCfnBlueprintProps- See Also:
-
getDescription
Description copied from interface:CfnBlueprintPropsA description of the blueprint.- Specified by:
getDescriptionin interfaceCfnBlueprintProps- See Also:
-
getTags
Description copied from interface:CfnBlueprintPropsThe tags to be applied to this blueprint.- 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()
-