Class CfnRecommenderMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnRecommenderMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRecommenderMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRecommenderMixinProps
@Stability(Stable)
@Internal
public static final class CfnRecommenderMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRecommenderMixinProps
An implementation for
CfnRecommenderMixinProps-
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.customerprofiles.CfnRecommenderMixinProps
CfnRecommenderMixinProps.Builder, CfnRecommenderMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRecommenderMixinProps.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 recommender.final StringThe name of the domain for which the recommender will be created.final ObjectConfiguration for the recommender.final StringThe name of the recommender.final StringThe name of the recommender recipe.getTags()The tags used to organize, track, or control access for this resource.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 theCfnRecommenderMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnRecommenderMixinPropsThe description of the recommender.- Specified by:
getDescriptionin interfaceCfnRecommenderMixinProps- See Also:
-
getDomainName
Description copied from interface:CfnRecommenderMixinPropsThe name of the domain for which the recommender will be created.- Specified by:
getDomainNamein interfaceCfnRecommenderMixinProps- See Also:
-
getRecommenderConfig
Description copied from interface:CfnRecommenderMixinPropsConfiguration for the recommender.Returns union: either
IResolvableorCfnRecommenderPropsMixin.RecommenderConfigProperty- Specified by:
getRecommenderConfigin interfaceCfnRecommenderMixinProps- See Also:
-
getRecommenderName
Description copied from interface:CfnRecommenderMixinPropsThe name of the recommender.- Specified by:
getRecommenderNamein interfaceCfnRecommenderMixinProps- See Also:
-
getRecommenderRecipeName
Description copied from interface:CfnRecommenderMixinPropsThe name of the recommender recipe.- Specified by:
getRecommenderRecipeNamein interfaceCfnRecommenderMixinProps- See Also:
-
getTags
Description copied from interface:CfnRecommenderMixinPropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnRecommenderMixinProps- 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()
-