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