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