//go:build no_runtime_type_checking

package awscdkapigatewayv2alpha

// Building without runtime type checking enabled, so all the below just return nil

func (w *jsiiProxy_WebSocketIntegration) validateApplyRemovalPolicyParameters(policy awscdk.RemovalPolicy) error {
	return nil
}

func (w *jsiiProxy_WebSocketIntegration) validateGetResourceArnAttributeParameters(arnAttr *string, arnComponents *awscdk.ArnComponents) error {
	return nil
}

func (w *jsiiProxy_WebSocketIntegration) validateGetResourceNameAttributeParameters(nameAttr *string) error {
	return nil
}

func validateWebSocketIntegration_IsConstructParameters(x interface{}) error {
	return nil
}

func validateWebSocketIntegration_IsOwnedResourceParameters(construct constructs.IConstruct) error {
	return nil
}

func validateWebSocketIntegration_IsResourceParameters(construct constructs.IConstruct) error {
	return nil
}

func validateNewWebSocketIntegrationParameters(scope constructs.Construct, id *string, props *WebSocketIntegrationProps) error {
	return nil
}