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