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