//go:build no_runtime_type_checking package awscdkgameliftalpha // Building without runtime type checking enabled, so all the below just return nil func (m *jsiiProxy_MatchmakingRuleSet) validateApplyRemovalPolicyParameters(policy awscdk.RemovalPolicy) error { return nil } func (m *jsiiProxy_MatchmakingRuleSet) validateGetResourceArnAttributeParameters(arnAttr *string, arnComponents *awscdk.ArnComponents) error { return nil } func (m *jsiiProxy_MatchmakingRuleSet) validateGetResourceNameAttributeParameters(nameAttr *string) error { return nil } func (m *jsiiProxy_MatchmakingRuleSet) validateMetricParameters(metricName *string, props *awscloudwatch.MetricOptions) error { return nil } func (m *jsiiProxy_MatchmakingRuleSet) validateMetricRuleEvaluationsFailedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (m *jsiiProxy_MatchmakingRuleSet) validateMetricRuleEvaluationsPassedParameters(props *awscloudwatch.MetricOptions) error { return nil } func validateMatchmakingRuleSet_FromMatchmakingRuleSetArnParameters(scope constructs.Construct, id *string, matchmakingRuleSetArn *string) error { return nil } func validateMatchmakingRuleSet_FromMatchmakingRuleSetAttributesParameters(scope constructs.Construct, id *string, attrs *MatchmakingRuleSetAttributes) error { return nil } func validateMatchmakingRuleSet_FromMatchmakingRuleSetNameParameters(scope constructs.Construct, id *string, matchmakingRuleSetName *string) error { return nil } func validateMatchmakingRuleSet_IsConstructParameters(x interface{}) error { return nil } func validateMatchmakingRuleSet_IsOwnedResourceParameters(construct constructs.IConstruct) error { return nil } func validateMatchmakingRuleSet_IsResourceParameters(construct constructs.IConstruct) error { return nil } func validateNewMatchmakingRuleSetParameters(scope constructs.Construct, id *string, props *MatchmakingRuleSetProps) error { return nil }