//go:build no_runtime_type_checking package awswaf // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnByteMatchSet) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnByteMatchSet) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnByteMatchSet) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnByteMatchSet) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnByteMatchSet) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnByteMatchSet) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnByteMatchSet) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnByteMatchSet) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnByteMatchSet) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnByteMatchSet) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnByteMatchSet) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnByteMatchSet) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnByteMatchSet) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnByteMatchSet) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnByteMatchSet) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnByteMatchSet) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnByteMatchSet_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnByteMatchSet_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnByteMatchSet_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnByteMatchSet) validateSetByteMatchTuplesParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnByteMatchSet) validateSetNameParameters(val *string) error { return nil } func validateNewCfnByteMatchSetParameters(scope constructs.Construct, id *string, props *CfnByteMatchSetProps) error { return nil }