//go:build no_runtime_type_checking

package awsnetworkfirewall

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

func (j *jsiiProxy_CfnRuleGroup) validateSetCapacityParameters(val *float64) error {
	return nil
}

func (j *jsiiProxy_CfnRuleGroup) validateSetRuleGroupParameters(val interface{}) error {
	return nil
}

func (j *jsiiProxy_CfnRuleGroup) validateSetRuleGroupNameParameters(val *string) error {
	return nil
}

func (j *jsiiProxy_CfnRuleGroup) validateSetTagsRawParameters(val *[]*awscdk.CfnTag) error {
	return nil
}

func (j *jsiiProxy_CfnRuleGroup) validateSetTypeParameters(val *string) error {
	return nil
}

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