Class CfnMetricAttributionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.personalize.CfnMetricAttributionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMetricAttributionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMetricAttributionMixinProps
@Stability(Stable)
@Internal
public static final class CfnMetricAttributionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMetricAttributionMixinProps
An implementation for
CfnMetricAttributionMixinProps-
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.personalize.CfnMetricAttributionMixinProps
CfnMetricAttributionMixinProps.Builder, CfnMetricAttributionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMetricAttributionMixinProps.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 ARN of the destination dataset group.final ObjectA list of metric attributes for the metric attribution.final ObjectThe output configuration details for the metric attribution.final StringgetName()The name of the metric attribution.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 theCfnMetricAttributionMixinProps.Builder.
-
-
Method Details
-
getDatasetGroupArn
Description copied from interface:CfnMetricAttributionMixinPropsThe ARN of the destination dataset group.- Specified by:
getDatasetGroupArnin interfaceCfnMetricAttributionMixinProps- See Also:
-
getMetrics
Description copied from interface:CfnMetricAttributionMixinPropsA list of metric attributes for the metric attribution.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMetricAttributionPropsMixin.MetricAttributeProperty>- Specified by:
getMetricsin interfaceCfnMetricAttributionMixinProps- See Also:
-
getMetricsOutputConfig
Description copied from interface:CfnMetricAttributionMixinPropsThe output configuration details for the metric attribution.Returns union: either
IResolvableorCfnMetricAttributionPropsMixin.MetricsOutputConfigProperty- Specified by:
getMetricsOutputConfigin interfaceCfnMetricAttributionMixinProps- See Also:
-
getName
Description copied from interface:CfnMetricAttributionMixinPropsThe name of the metric attribution.- Specified by:
getNamein interfaceCfnMetricAttributionMixinProps- 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()
-