//go:build no_runtime_type_checking package awscustomerprofiles // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnIntegration) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnIntegration) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnIntegration) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnIntegration) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnIntegration) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnIntegration) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnIntegration) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnIntegration) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnIntegration) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnIntegration) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnIntegration) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnIntegration) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnIntegration) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnIntegration) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnIntegration) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnIntegration) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnIntegration_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnIntegration_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnIntegration_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnIntegration) validateSetDomainNameParameters(val *string) error { return nil } func (j *jsiiProxy_CfnIntegration) validateSetFlowDefinitionParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnIntegration) validateSetObjectTypeNamesParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnIntegration) validateSetTagsRawParameters(val *[]*awscdk.CfnTag) error { return nil } func validateNewCfnIntegrationParameters(scope constructs.Construct, id *string, props *CfnIntegrationProps) error { return nil }