//go:build no_runtime_type_checking package awscognito // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnUserPoolUser) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnUserPoolUser) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnUserPoolUser) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnUserPoolUser) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnUserPoolUser) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnUserPoolUser) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnUserPoolUser) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnUserPoolUser) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnUserPoolUser) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnUserPoolUser) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnUserPoolUser) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnUserPoolUser) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnUserPoolUser) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnUserPoolUser) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnUserPoolUser) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnUserPoolUser) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnUserPoolUser_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnUserPoolUser_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnUserPoolUser_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnUserPoolUser) validateSetForceAliasCreationParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnUserPoolUser) validateSetUserAttributesParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnUserPoolUser) validateSetUserPoolIdParameters(val *string) error { return nil } func (j *jsiiProxy_CfnUserPoolUser) validateSetValidationDataParameters(val interface{}) error { return nil } func validateNewCfnUserPoolUserParameters(scope constructs.Construct, id *string, props *CfnUserPoolUserProps) error { return nil }