//go:build no_runtime_type_checking

package awswafregional

// Building without runtime type checking enabled, so all the below just return nil

func (c *jsiiProxy_CfnWebACL) validateAddDeletionOverrideParameters(path *string) error {
	return nil
}

func (c *jsiiProxy_CfnWebACL) validateAddDependencyParameters(target awscdk.CfnResource) error {
	return nil
}

func (c *jsiiProxy_CfnWebACL) validateAddDependsOnParameters(target awscdk.CfnResource) error {
	return nil
}

func (c *jsiiProxy_CfnWebACL) validateAddMetadataParameters(key *string, value interface{}) error {
	return nil
}

func (c *jsiiProxy_CfnWebACL) validateAddOverrideParameters(path *string, value interface{}) error {
	return nil
}

func (c *jsiiProxy_CfnWebACL) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error {
	return nil
}

func (c *jsiiProxy_CfnWebACL) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error {
	return nil
}

func (c *jsiiProxy_CfnWebACL) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error {
	return nil
}

func (c *jsiiProxy_CfnWebACL) validateGetAttParameters(attributeName *string) error {
	return nil
}

func (c *jsiiProxy_CfnWebACL) validateGetMetadataParameters(key *string) error {
	return nil
}

func (c *jsiiProxy_CfnWebACL) validateInspectParameters(inspector awscdk.TreeInspector) error {
	return nil
}

func (c *jsiiProxy_CfnWebACL) validateOverrideLogicalIdParameters(newLogicalId *string) error {
	return nil
}

func (c *jsiiProxy_CfnWebACL) validateRemoveDependencyParameters(target awscdk.CfnResource) error {
	return nil
}

func (c *jsiiProxy_CfnWebACL) validateRenderPropertiesParameters(props *map[string]interface{}) error {
	return nil
}

func (c *jsiiProxy_CfnWebACL) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error {
	return nil
}

func (c *jsiiProxy_CfnWebACL) validateValidatePropertiesParameters(_properties interface{}) error {
	return nil
}

func validateCfnWebACL_IsCfnElementParameters(x interface{}) error {
	return nil
}

func validateCfnWebACL_IsCfnResourceParameters(construct constructs.IConstruct) error {
	return nil
}

func validateCfnWebACL_IsConstructParameters(x interface{}) error {
	return nil
}

func (j *jsiiProxy_CfnWebACL) validateSetDefaultActionParameters(val interface{}) error {
	return nil
}

func (j *jsiiProxy_CfnWebACL) validateSetMetricNameParameters(val *string) error {
	return nil
}

func (j *jsiiProxy_CfnWebACL) validateSetNameParameters(val *string) error {
	return nil
}

func (j *jsiiProxy_CfnWebACL) validateSetRulesParameters(val interface{}) error {
	return nil
}

func validateNewCfnWebACLParameters(scope constructs.Construct, id *string, props *CfnWebACLProps) error {
	return nil
}