//go:build no_runtime_type_checking package awsapigatewayv2 // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnIntegrationResponse) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnIntegrationResponse) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnIntegrationResponse) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnIntegrationResponse) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnIntegrationResponse) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnIntegrationResponse) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnIntegrationResponse) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnIntegrationResponse) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnIntegrationResponse) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnIntegrationResponse) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnIntegrationResponse) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnIntegrationResponse) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnIntegrationResponse) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnIntegrationResponse) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnIntegrationResponse) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnIntegrationResponse) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnIntegrationResponse_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnIntegrationResponse_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnIntegrationResponse_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnIntegrationResponse) validateSetApiIdParameters(val *string) error { return nil } func (j *jsiiProxy_CfnIntegrationResponse) validateSetIntegrationIdParameters(val *string) error { return nil } func (j *jsiiProxy_CfnIntegrationResponse) validateSetIntegrationResponseKeyParameters(val *string) error { return nil } func validateNewCfnIntegrationResponseParameters(scope constructs.Construct, id *string, props *CfnIntegrationResponseProps) error { return nil }