//go:build no_runtime_type_checking package awssagemaker // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnUserProfile) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnUserProfile) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnUserProfile) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnUserProfile) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnUserProfile) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnUserProfile) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnUserProfile) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnUserProfile) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnUserProfile) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnUserProfile) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnUserProfile) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnUserProfile) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnUserProfile) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnUserProfile) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnUserProfile) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnUserProfile) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnUserProfile_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnUserProfile_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnUserProfile_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnUserProfile) validateSetDomainIdParameters(val *string) error { return nil } func (j *jsiiProxy_CfnUserProfile) validateSetTagsRawParameters(val *[]*awscdk.CfnTag) error { return nil } func (j *jsiiProxy_CfnUserProfile) validateSetUserProfileNameParameters(val *string) error { return nil } func (j *jsiiProxy_CfnUserProfile) validateSetUserSettingsParameters(val interface{}) error { return nil } func validateNewCfnUserProfileParameters(scope constructs.Construct, id *string, props *CfnUserProfileProps) error { return nil }