Class CfnRecipeMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnRecipeMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRecipeMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRecipeMixinProps
@Stability(Stable)
@Internal
public static final class CfnRecipeMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRecipeMixinProps
An implementation for
CfnRecipeMixinProps-
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.databrew.CfnRecipeMixinProps
CfnRecipeMixinProps.Builder, CfnRecipeMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRecipeMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRecipeMixinProps.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 description of the recipe.final StringgetName()The unique name for the recipe.final ObjectgetSteps()A list of steps that are defined by the recipe.getTags()Metadata tags that have been applied to the recipe.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 theCfnRecipeMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnRecipeMixinPropsThe description of the recipe.- Specified by:
getDescriptionin interfaceCfnRecipeMixinProps- See Also:
-
getName
Description copied from interface:CfnRecipeMixinPropsThe unique name for the recipe.- Specified by:
getNamein interfaceCfnRecipeMixinProps- See Also:
-
getSteps
Description copied from interface:CfnRecipeMixinPropsA list of steps that are defined by the recipe.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRecipePropsMixin.RecipeStepProperty>- Specified by:
getStepsin interfaceCfnRecipeMixinProps- See Also:
-
getTags
Description copied from interface:CfnRecipeMixinPropsMetadata tags that have been applied to the recipe.- Specified by:
getTagsin interfaceCfnRecipeMixinProps- 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()
-