Class CfnRecommender.RecommenderUpdateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.customerprofiles.CfnRecommender.RecommenderUpdateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRecommender.RecommenderUpdateProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRecommender.RecommenderUpdateProperty
@Stability(Stable)
@Internal
public static final class CfnRecommender.RecommenderUpdateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRecommender.RecommenderUpdateProperty
An implementation for
CfnRecommender.RecommenderUpdateProperty-
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.CfnRecommender.RecommenderUpdateProperty
CfnRecommender.RecommenderUpdateProperty.Builder, CfnRecommender.RecommenderUpdateProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRecommender.RecommenderUpdateProperty.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 timestamp of when the update was created.final StringThe reason for update failure.final StringThe timestamp of when the update was last modified.final ObjectConfiguration for the recommender.final StringThe status of the recommender.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 theCfnRecommender.RecommenderUpdateProperty.Builder.
-
-
Method Details
-
getCreationDateTime
Description copied from interface:CfnRecommender.RecommenderUpdatePropertyThe timestamp of when the update was created.- Specified by:
getCreationDateTimein interfaceCfnRecommender.RecommenderUpdateProperty- See Also:
-
getFailureReason
Description copied from interface:CfnRecommender.RecommenderUpdatePropertyThe reason for update failure.- Specified by:
getFailureReasonin interfaceCfnRecommender.RecommenderUpdateProperty- See Also:
-
getLastUpdatedDateTime
Description copied from interface:CfnRecommender.RecommenderUpdatePropertyThe timestamp of when the update was last modified.- Specified by:
getLastUpdatedDateTimein interfaceCfnRecommender.RecommenderUpdateProperty- See Also:
-
getRecommenderConfig
Description copied from interface:CfnRecommender.RecommenderUpdatePropertyConfiguration for the recommender.Returns union: either
IResolvableorCfnRecommender.RecommenderConfigProperty- Specified by:
getRecommenderConfigin interfaceCfnRecommender.RecommenderUpdateProperty- See Also:
-
getStatus
Description copied from interface:CfnRecommender.RecommenderUpdatePropertyThe status of the recommender.- Specified by:
getStatusin interfaceCfnRecommender.RecommenderUpdateProperty- 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()
-