Class CfnEventTrackerProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.personalize.CfnEventTrackerProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEventTrackerProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventTrackerProps
@Stability(Stable)
@Internal
public static final class CfnEventTrackerProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventTrackerProps
An implementation for
CfnEventTrackerProps-
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.personalize.CfnEventTrackerProps
CfnEventTrackerProps.Builder, CfnEventTrackerProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEventTrackerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEventTrackerProps.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 Amazon Resource Name (ARN) of the dataset group that receives the event data.final StringgetName()The name for the event tracker.getTags()A list of tags to apply to the event tracker.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 theCfnEventTrackerProps.Builder.
-
-
Method Details
-
getDatasetGroupArn
Description copied from interface:CfnEventTrackerPropsThe Amazon Resource Name (ARN) of the dataset group that receives the event data.- Specified by:
getDatasetGroupArnin interfaceCfnEventTrackerProps- See Also:
-
getName
Description copied from interface:CfnEventTrackerPropsThe name for the event tracker.- Specified by:
getNamein interfaceCfnEventTrackerProps- See Also:
-
getTags
Description copied from interface:CfnEventTrackerPropsA list of tags to apply to the event tracker.- Specified by:
getTagsin interfaceCfnEventTrackerProps- 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()
-